Learn how to upgrade an Azure Kubernetes Service (AKS) cluster to get the latest features and security updates.| learn.microsoft.com
Learn how to schedule automatic node upgrades in Azure Kubernetes Service (AKS) using GitHub Actions.| learn.microsoft.com
This content is auto-generated and links may not function. The source of the document is located here. Targeting enhancements, Issues and PRs to Release Milestones This document is focused on Kubernetes developers and contributors who need to create an enhancement, issue, or pull request which targets a specific release milestone. TL;DR Normal Dev (Weeks 1-11) Code Freeze (Weeks 12-14) Post-Release (Weeks 14+) Definitions The Release Cycle Removal Of Items From The Milestone Adding An Item To...| Kubernetes
Learn about networking in Azure Kubernetes Service (AKS), including kubenet and Azure CNI networking, ingress controllers, load balancers, and static IP addresses.| learn.microsoft.com
GETTING STARTED| kubernetes.io
Learn how to upgrade the images on AKS cluster nodes and node pools.| learn.microsoft.com
FEATURE STATE: Kubernetes v1.21 [stable] This page shows how to limit the number of concurrent disruptions that your application experiences, allowing for higher availability while permitting the cluster administrator to manage the clusters nodes. Before you begin Your Kubernetes server must be at or later than version v1.21. To check the version, enter kubectl version. You are the owner of an application running on a Kubernetes cluster that requires high availability.| Kubernetes
This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.| Kubernetes