Kubernetes versions are expressed as **x.y.z**, where **x** is the major version, **y** is the minor version, and **z** is the patch version, following [Semantic Versioning](https://semver.org/) terminology.
For more information, see [Kubernetes Release Versioning](https://git.k8s.io/design-proposals-archive/release/versioning.md#kubernetes-release-versioning).
The Kubernetes project maintains release branches for the most recent three minor releases ({{<skewlatestVersion>}}, {{<skewprevMinorVersion>}}, {{<skewoldestMinorVersion>}}). Kubernetes 1.19 and newer receive approximately 1 year of patch support. Kubernetes 1.18 and older received approximately 9 months of patch support.
Patch releases are cut from those branches at a [regular cadence](https://kubernetes.io/releases/patch-releases/#cadence), plus additional urgent releases, when required.
In [highly-available (HA) clusters](/docs/setup/production-environment/tools/kubeadm/high-availability/), the newest and oldest `kube-apiserver` instances must be within one minor version.
*`kube-apiserver` instances are at **{{<skewlatestVersion>}}** and **{{<skewprevMinorVersion>}}**
*`kubelet` is supported at **{{<skewprevMinorVersion>}}**, and **{{<skewoldestMinorVersion>}}** (**{{<skewlatestVersion>}}** is not supported because that would be newer than the `kube-apiserver` instance at version **{{<skewprevMinorVersion>}}**)
### kube-controller-manager, kube-scheduler, and cloud-controller-manager
`kube-controller-manager`, `kube-scheduler`, and `cloud-controller-manager` must not be newer than the `kube-apiserver` instances they communicate with. They are expected to match the `kube-apiserver` minor version, but may be up to one minor version older (to allow live upgrades).
*`kube-apiserver` is at **{{<skewlatestVersion>}}**
*`kube-controller-manager`, `kube-scheduler`, and `cloud-controller-manager` are supported at **{{<skewlatestVersion>}}** and **{{<skewprevMinorVersion>}}**
If version skew exists between `kube-apiserver` instances in an HA cluster, and these components can communicate with any `kube-apiserver` instance in the cluster (for example, via a load balancer), this narrows the allowed versions of these components.
*`kube-controller-manager`, `kube-scheduler`, and `cloud-controller-manager` communicate with a load balancer that can route to any `kube-apiserver` instance
*`kube-controller-manager`, `kube-scheduler`, and `cloud-controller-manager` are supported at **{{<skewprevMinorVersion>}}** (**{{<skewlatestVersion>}}** is not supported because that would be newer than the `kube-apiserver` instance at version **{{<skewprevMinorVersion>}}**)
*`kube-apiserver` instances are at **{{<skewlatestVersion>}}** and **{{<skewprevMinorVersion>}}**
*`kubectl` is supported at **{{<skewlatestVersion>}}** and **{{<skewprevMinorVersion>}}** (other versions would be more than one minor version skewed from one of the `kube-apiserver` components)
This section describes the order in which components must be upgraded to transition an existing cluster from version **{{<skewprevMinorVersion>}}** to version **{{<skewlatestVersion>}}**.
* In a single-instance cluster, the existing `kube-apiserver` instance is **{{<skewprevMinorVersion>}}**
* In an HA cluster, all `kube-apiserver` instances are at **{{<skewprevMinorVersion>}}** or **{{<skewlatestVersion>}}** (this ensures maximum skew of 1 minor version between the oldest and newest `kube-apiserver` instance)
* The `kube-controller-manager`, `kube-scheduler`, and `cloud-controller-manager` instances that communicate with this server are at version **{{<skewprevMinorVersion>}}** (this ensures they are not newer than the existing API server version, and are within 1 minor version of the new API server version)
*`kubelet` instances on all nodes are at version **{{<skewprevMinorVersion>}}** or **{{<skewoldestMinorVersion>}}** (this ensures they are not newer than the existing API server version, and are within 2 minor versions of the new API server version)
*`ValidatingWebhookConfiguration` and `MutatingWebhookConfiguration` objects are updated to include any new versions of REST resources added in **{{<skewlatestVersion>}}** (or use the [`matchPolicy: Equivalent` option](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchpolicy) available in v1.15+)
* The webhooks are able to handle any new versions of REST resources that will be sent to them, and any new fields added to existing versions in **{{<skewlatestVersion>}}**
* The `kube-apiserver` instances these components communicate with are at **{{<skewlatestVersion>}}** (in HA clusters in which these control plane components can communicate with any `kube-apiserver` instance in the cluster, all `kube-apiserver` instances must be upgraded before upgrading these components)
Optionally upgrade `kubelet` instances to **{{<skewlatestVersion>}}** (or they can be left at **{{<skewprevMinorVersion>}}** or **{{<skewoldestMinorVersion>}}**)