The image illustrates the architecture of container runtime interface(CRI) in Kubernetes. It consists of kubelet, CRI shim, container runtime and container. The Kubelet interacts with the CRI shim, which then communicates with the container runtime. Finally, container runtime manages container.