Amazon EKS Upgrade Journey From 1.23 to 1.24

<p>We are now welcoming &ldquo;<em>Stargazer</em>&rdquo;<em>. Process and considerations while upgrading EKS control-plane to version 1.24.</em></p> <h1>Overview</h1> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*izmIDPMa5uu28hUS.jpg" style="height:700px; width:700px" /></p> <p>EKS finally announced support for Kubernetes version 1.24 . I am mega excited for everybody to experience the power of the &ldquo;<em>Stargazer&rdquo;</em>&nbsp;release. This time Kubernetes team selected &ldquo;Stargazer&rdquo; name for this release to honor the work done by hundreds of contributors across the globe: &ldquo;Every single contributor is a star in our sky&hellip;&rdquo;</p> <p>The long awaited feature of supporting only&nbsp;<strong>containerd</strong>&nbsp;runtime is finally here. You can no longer use dockerd runtime with your EKS 1.24 as worker node AMI doesn&rsquo;t contain it. This is probably the most significant change in this release. Starting with version 1.24 of Kubernetes, the Amazon Machine Images (AMIs) provided by Amazon EKS will only support the containerd runtime. The&nbsp;<a href="https://github.com/awslabs/amazon-eks-ami/blob/master/files/bootstrap.sh" rel="noopener ugc nofollow" target="_blank">EKS optimized AMIs</a>&nbsp;for version 1.24 no longer support passing the flags&nbsp;<code>enable-docker-bridge</code>,&nbsp;<code>docker-config-json</code>, and&nbsp;<code>container-runtime</code>.</p> <p><a href="https://marcincuber.medium.com/amazon-eks-upgrade-journey-from-1-23-to-1-24-b7b0b1afa5b4"><strong>Learn More</strong></a></p>
Tags: Amazon EKS