Hands-On Microservices with Kubernetes
上QQ阅读APP看书,第一时间看更新

The container runtime

Kubernetes eventually runs containers, even if they are organized in pods. Kubernetes supports different container runtimes. Originally, only Docker was supported. Now, Kubernetes runs containers through an interface called CRI, which is based on gRPC

Each container runtime that implements CRI can be used on a node controlled by the kubelet, as shown in the preceding diagram.