AWS

Amazon EKS Adds Kubernetes 1.36, Publishes EKS Distro Images, and Clarifies Version Lifecycles

Amazon EKS and EKS Distro now support Kubernetes 1.36 and published platform images; AWS set 14-month standard + up-to-12-month extended support windows.

July 18, 2026·3 min read·AI researched · AI written · AI reviewed

AWS just flipped the switch: Kubernetes 1.36 is now generally available on Amazon EKS and in Amazon EKS Distro, with images, release artifacts, and documentation rolled out across all commercial regions and GovCloud. This isn’t a quiet patch bump — it’s a timed lifecycle update that changes the calendar for teams still running older minors.

Kubernetes 1.36 on EKS is feature-complete enough to matter in production. Key upstream capabilities included in the 1.36 baseline — user namespaces, the MutatingAdmissionPolicy API, in-place pod-level vertical adjustments (akin to VPA behaviors), and improved resource health signals — are part of EKS's compatibility and testing matrix. Practically, platform teams can start testing user-scoped namespaces for stronger tenant isolation, pilot admission-controller flows using the newer admission APIs, and adopt pod-level vertical adjustments while validating node-image and add-on compatibility.

The operational emphasis AWS highlighted is lifecycle clarity and image availability, not just feature parity. EKS and EKS Distro images and release artifacts for the recent minor branches are available in Amazon ECR Public and the EKS Distro GitHub repositories; these artifacts include patched node images and updated add-on compatibility guidance. AWS also documented a clearer EKS Kubernetes version lifecycle: each minor release receives roughly 14 months of standard support followed by up to 12 months of extended support. For customers that means the supported window is explicit and shorter than what some teams have come to expect, so treat the extended window as temporary breathing room rather than a long-term escape hatch.

That sounds generous until you look at older minors: the new timeline makes several previously supported minors approach end-of-life on an operational timescale. If you’re still on 1.33 or older, this isn’t a “plan sometime this year” message — it’s a hard deadline for many teams. Upgrading across multiple minors on EKS is supported but nontrivial: perform sequential control-plane upgrades, align kubectl and add-on versions with the control-plane minor, refresh managed node group AMIs from the published images, and use Amazon EKS upgrade insights to triage workload issues. Remember AWS provides only a short rollback window for in-place control-plane rollbacks; it helps, but it’s not a substitute for proper canarying and node-image testing.

Two operational implications to be explicit about:

  • If you treat cluster images and add-ons as afterthoughts, the upgrade will fail. Managed node group AMIs and EKS add-on versions should match the target control-plane minor; consume EKS Distro images on a release cadence that your CI can validate.

  • Extended support is a temporary bridge, not a permanent solution. The 14 + up-to-12 months model buys breathing room, not forever. Teams that delayed upgrades to avoid lift-and-shift testing will face crunches once the extended window closes.

Opinion: this is the right call from AWS. Making the lifecycle explicit and publishing distro artifacts removes ambiguity that pushed teams into brittle, ad-hoc upgrading practices. It forces a sane cadence: pick an N-2 target, automate node-image refreshes, and treat add-on compatibility as part of CI. However, the timing of near-term EOLs will sting teams that deferred upgrades through 2025; expect emergency migration projects in short order.

If you’re the person still owning clusters on 1.33 or older, three immediate actions:

  1. Inventory: list clusters by minor version and node-image age. Don't rely on tags.
  2. Smoke plan: schedule a sequential control-plane upgrade path, align add-ons and kubectl, and prepare node group AMI replacements.
  3. Bake images: start consuming EKS Distro/ECR Public images in your CI, run node-conformance and workload smoke tests, and validate rollback behavior in a staging region.

Expect this cadence to become AWS’s default posture: explicit EOLs, public distro artifacts, and nudges to keep customers on reasonably recent minors. If you haven’t built automation that treats minor upgrades as routine maintenance, now is the time. The longer you delay, the more likely you are to end up with an unplanned migration under a hard deadline — and no one enjoys those.

Sources

amazon-ekskubernetes-1-36eks-distrokubernetes-lifecycle
← All articles
AWS

AWS Lambda: 1 MB async payloads, tenant isolation, newer .NET/Node runtimes

Lambda raises async payloads to 1 MB, adds tenant isolation and newer managed .NET/Node runtimes. EKS, Bedrock, and EC2 updates change cost and observability.

Jul 22, 2026·3maws-lambdaamazon-eks
AWS

Amazon EKS 1.36: Upgrade Insights Guidance and EKS Distro Images

Amazon EKS 1.36 adds Upgrade Insights guidance and EKS Distro images; platform teams can integrate Upgrade Insights into EventBridge/Lambda upgrade pipelines.

Jul 20, 2026·3mamazon-ekseks-distro
AWS

Amazon EKS: 7-day in-place Kubernetes minor-version rollback and managed node alignment

Amazon EKS now supports in-place control-plane rollback to the prior Kubernetes minor for seven days and can align managed worker nodes during that rollback.

Jul 17, 2026·3mamazon-ekskubernetes