Skip to main content
DevOps 1 min read 187 views

Kubernetes Cluster API v1.12 Adds In-Place Updates and Chained Upgrades

New features enable rolling upgrades without recreating clusters, improving efficiency for fleet management.

TD

TechDrop Editorial

Share:

Kubernetes Cluster API v1.12 introduces in-place updates and chained upgrades, enabling more efficient cluster lifecycle management without recreating entire clusters.

New Capabilities

The release allows declarative management of Kubernetes cluster lifecycles, enabling users and platform teams to define desired state of clusters and rely on controllers to continuously reconcile toward it. In-place updates reduce operational overhead.

Chained Upgrades

Chained upgrades enable sequential cluster upgrades across a fleet with improved coordination. This helps platform teams manage upgrade rollouts across multiple clusters with better control and visibility.

Cluster API Adoption

Cluster API provides a standardized way to manage Kubernetes infrastructure across providers. The new features make it more practical for production environments, reducing the complexity of cluster operations at scale.

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.