Link Search Menu Expand Document

Google Kubernetes Engine is the fully managed Kubernetes service from Google.

Release Active Support Maintenance Support Latest
1.24 Ends in 8 months
(31 Aug 2023)
Ends in 10 months
(31 Oct 2023)
1.24.8-gke.2000
(14 Dec 2022)
1.23 Ends in 5 months
(31 May 2023)
Ends in 7 months
(31 Jul 2023)
1.23.14-gke.1800
(14 Dec 2022)
1.22 Ends in 1 month and 1 week
(01 Feb 2023)
Ends in 3 months and 1 week
(01 Apr 2023)
1.22.16-gke.2000
(14 Dec 2022)
1.21 Ends in 1 week and 5 days
(01 Jan 2023)
Ends in 2 months and 1 week
(01 Mar 2023)
1.21.14-gke.9500
(04 Nov 2022)
1.20 Ended 1 year ago
(01 Dec 2021)
Ended 4 months and 3 weeks ago
(01 Aug 2022)
1.20.15-gke.13700
1.19 Ended 1 year and 2 months ago
(01 Oct 2021)
Ended 6 months and 3 weeks ago
(01 Jun 2022)
1.19.16-gke.15700
1.18 Ended 1 year and 4 months ago
(01 Aug 2021)
Ended 9 months ago
(01 Mar 2022)
1.18.20-gke.6000
1.17 Ended 1 year and 5 months ago
(01 Jul 2021)
Ended 1 year and 1 month ago
(01 Nov 2021)
1.17.17-gke.9100

GKE offers two modes of operations: Standard and Autopilot:

  • Standard: Users manage the cluster’s underlying infrastructure. Node auto-upgrade is configurable but is enabled by default.
  • Autopilot: GKE provisions and manages the cluster’s underlying infrastructure, including nodes and node pools. Nodes are always upgraded automatically to the version of the control plane.

GKE performs automatic upgrades of your cluster control plane, regardless of whether your cluster is enrolled in a release channel or not. Control plane upgrades cannot be disabled.

GKE provides a total of 14 months of support for each Kubernetes minor version once the version has been made available in the Regular channel. Nodes and node pool versions can be up to two minor versions older than the control plane as per the Kubernetes version skew policy.

New GKE Standard clusters are created with a default version (currently ``), a stable release of a recent Kubernetes minor version or patch release. Versions newer than the default are also generally available on a weekly basis. Autopilot clusters are enrolled in a release channel (defaults to standard) instead.

Release Channels

GKE offers 3 release channels: Rapid, Regular (default), and Stable. GKE automatically manages the version and upgrade cadence for a cluster and its node pools if it is enrolled in a release channel. All channels offer supported releases of GKE and are considered generally available (GA). The End-of-life dates for a specific release will match the above, regardless.

No Channel (Static)

Clusters with a static GKE version are not enrolled in a release channel. Users are responsible for managing their upgrade strategy in this case. They must still adhere to the Kubernetes version and version skew support policy, and use supported GKE versions.

Google may automatically upgrade your nodes for security and compatibility purposes in select cases.

Security bulletins for GKE are published along with an RSS Feed. Please consult the upgrade guide before upgrading. Upgrade notifications are available over Pub/Sub as well.

More information is available on the Google Kubernetes Engine website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
kubectl version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/google-kubernetes-engine.json. See the API Documentation for more.

This page was last updated on 15 December 2022. Latest releases are automatically updated.