Introduction The dockershim, an application programming interface (API) shim between the kubelet and the Docker Engine, deprecated from Kubernetes 1.24 in favor of supporting Container Runtime Interface (CRI) compatible runtimes. Amazon Elastic Kubernetes Service (Amazon EKS) also ended support of the dockershim starting with the Kubernetes version 1.24 release. The official EKS Amazon Machine Images(AMI) […]| Amazon Web Services
When writing and speaking about linux container technologies I’m trying to be more intentional with the words I use, which means often avoiding the word docker.| jacobtomlinson.dev
In this article, you will learn about the 3 components that enable the running of containerized applications in a Kubernetes cluster.| EverythingDevOps