Home Explore Blog CI



31585f79d712acf367ac1bf664ddf4b3471563812ebd6aba000000020000fa35.png

Extracted Text
CRI dockershim Kubelet dockershim docker containerd container CRI cri-containerd Kubelet cri-containerd containerd container
Explanation
The image shows two diagrams illustrating the evolution of container runtime interfaces in Kubernetes. The top diagram represents the older dockershim architecture where Kubernetes interacted with Docker to run containers. The bottom diagram represents the newer CRI-Containerd architecture, where Kubernetes directly interacts with Containerd, which uses the Container Runtime Interface (CRI) to run containers, thus removing the dependency on Docker.