Amazon EKS has introduced support for Kubernetes version rollbacks. This feature allows users to revert a cluster's control plane to its previous Kubernetes version within seven days of an upgrade. The rollback mechanism is designed to reduce the risk associated with in-place cluster upgrades by providing a recovery option for problematic updates.
When a rollback is performed, EKS reverts the Kubernetes API server and other control plane components. Importantly, all etcd data, workloads, and persistent volumes are preserved during this process. For clusters operating in EKS Auto Mode, worker nodes are automatically rolled back before the control plane, with options available to accelerate or cancel this process.
In addition to rollbacks, Amazon EKS has introduced Extended Support for Kubernetes versions. This change extends the availability of each Kubernetes version to 26 months. This aims to address operational challenges faced by organizations due to the frequent release schedule of Kubernetes, which typically sees three minor versions per year.
Historically, upgrading a Kubernetes control plane has been a one-way operation, meaning changes could not be reversed. This constraint often led organizations to delay upgrades, resulting in clusters running older versions, missing security patches, and eventually reaching extended support timelines. The new rollback feature and extended support period are intended to mitigate these issues, making cluster lifecycle management simpler and safer.
Platform teams managing large fleets of clusters often spend weeks preparing for each in-place upgrade cycle, involving parallel infrastructure for validation and extensive pre-flight verification. Some organizations adopted blue-green deployment strategies as an insurance policy against upgrade failures. The new EKS features aim to reduce the operational cost and complexity associated with Kubernetes upgrades, providing more time for validation and coordination.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Amazon EKS has introduced Extended Support for Kubernetes versions, making each version available for 26 months. This change addresses the operational challenges and delays organizations face with frequent Kubernetes upgrades, providing more time for validation and coordination.
Amazon EKS now supports Kubernetes version rollbacks, allowing users to revert a cluster's control plane to its previous Kubernetes version within seven days of an upgrade. This feature provides a safety net for quick recovery from problematic updates, reducing the risk associated with in-place cluster upgrades.