I know we mentioned the Dockershim removal effort in upstream Kubernetes last week. As I was working on the EKS 1.22 release blog this week, I wanted to make sure EKS customers were aware of what EKS is doing related to Dockershim. EKS has made containerd available as of version 1.21. You can kick the tires on containerd now by adding the --container-runtime containerd option to your user data. Amazon EKS is removing Dockershim support in version 1.23 . Quoting the linked User Guide, “The containerd runtime provides better performance and security, and it’s the runtime we’re standardizing on across Amazon EKS. Fargate and Bottlerocket already use containerd only.” I mention this now because it’s never too early to start planning for this significant change.

This week we’ll talk about UDP traffic on Kubernetes (supertuxcart is involved), running Windows workloads on EKS, and some of the latest nuggets from the greater cloud native ecosystem.

New and notable blogs

How to route UDP traffic into Kubernetes

Running Windows workloads on a private EKS cluster

Introducing Amazon CloudWatch Container Insights for Amazon EKS Fargate using AWS Distro for OpenTelemetry

Ecosystem News

Manage and debug Kubernetes manifests with Monokle by Kubeshop

Restricting cluster-admin permissions

The Top 5 Kubernetes Configuration Mistakes—And How to Avoid Them

Making Crossplane package authoring easy