Skip to main content
DevOps 2 min read 301 views

Kubernetes 1.32 End of Life February 28: Upgrade Guidance

Kubernetes 1.32 reaches end of life on February 28, 2026, requiring clusters to upgrade to 1.33 or later to continue receiving security patches and community support.

TD

TechDrop Editorial

Share:

Kubernetes version 1.32 officially reaches end of life on February 28, 2026, marking the conclusion of security updates and community support for clusters running this version. Organizations still on 1.32 must plan their upgrade path to continue receiving security fixes and maintain compatibility with the broader ecosystem.

Version Lifecycle

The latest release for Kubernetes 1.32 is version 1.32.11, released in December 2025. Following the standard Kubernetes support policy, each minor version receives approximately 14 months of patch support from the initial release. After February 28, no further CVE patches or bug fixes will be issued for the 1.32 release branch.

Upgrade Path

Kubernetes supports upgrades only to the next minor version, meaning clusters on 1.32 should upgrade to 1.33 first, then proceed to later versions if desired. The upgrade process should be tested in non-production environments, with particular attention to deprecated APIs and feature changes that may affect existing workloads, Helm charts, and operator deployments.

Cloud Provider Considerations

Major cloud providers including AWS EKS, Google GKE, and Azure AKS follow similar version deprecation schedules, though specific timelines may vary slightly. Organizations using managed Kubernetes services should review their provider's version support policies and plan upgrades accordingly. Most managed providers will automatically upgrade or block creation of new 1.32 clusters after their respective end-of-support dates.

Related Articles

DevOps 2 min read

Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28

Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.