Home Explore Blog CI



d0e94796f18dae6ff33d59e243e8cb4768d5359ddd477b3600000002000081c4.png

Extracted Text
Kubelet grpc client CRI protobuf CRI shim grpc server container runtime container
Explanation
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.