Process documentation, non-code deliverables, and miscellaneous artifacts of Kubernetes SIG Security Python204Apache-2.064100UpdatedMay 10, 2025 kubernetesPublic Production-Grade Container Scheduling and Management Go115,004Apache-2.040,5381,899(137 issues need help)645UpdatedMay 10, 2025 ...
.github chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 (#10168) May 12, 2025 charts/kubernetes-dashboard release 7.12.0 (#10119) Apr 16, 2025 docs Correct misplaced quoting in sample user documentation. (#9742) Dec 13, 2024 ...
You can also use GitHub or other git-based repositories. Go to Azure Repos Overview to learn more. Azure Pipelines is part of Azure DevOps Services and runs automated builds, tests, and deployments. You can also use third-party CI/CD solutions such as Jenkins. Go to Azure Pipeline ...
Supported Kubernetes versions Long-term support Add-ons, extensions, and other integrations Getting started Quickstarts Create a Linux-based AKS Cluster Use the Azure CLI Use the Azure Developer CLI Use Azure PowerShell Use the Azure portal
Check out the KEP and official documentation for more details. (kubernetes/kubernetes#122589, @pohly) Enabled concurrent log rotation in kubelet. You can now configure the maximum number of concurrent rotations with the containerLogMaxWorkers setting, and adjust the monitoring interval with container...
https://kubernetes.io/docs/concepts/api-extension/custom-resources/(official Kubernetes documentation on custom resources) https://github.com/kubernetes/sample-controller(example controller) https://github.com/kubernetes/code-generator(code-generator source repo) ...
wget https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml 把下载好的yml文件分发到k8s集群的三台机器里面。 下载镜像 cat kube-flannel.yml | grep image image: quay.io/coreos/flannel:v0.11.0-amd64 ...
git clone https://github.com/dockersamples/dockercoins (You can also fork the repository on GitHub and clone your fork if you prefer that.) Running the application Go to the dockercoins directory, in the cloned repo: cd ~/dockercoins ...
git clone https://github.com/charmed-kubernetes/cdk-shrinkwrap.git /tmp/.shrinkwrap cd /tmp/.shrinkwrap BUNDLE='charmed-kubernetes --channel=1.26/stable' # Choose a deployment bundle (example is 1.26.x) ./shrinkwrap-lxc.sh $BUNDLE ls /tmp/.shrinkwrap/build/ The shrinkwrap script will create...
$kubectl apply -f https://raw.githubusercontent.com/hypriot/rpi-traefik/master/traefik-k8s-example.yaml Label the node you want to be the load balancer. Then the Traefik Ingress Controller will land on the node you specified. Run: