Kubernetes Container Runtime Interface


Graph

The Kubernetes Container Runtime Interface (CRI) is a plugin API that enables the Kubernetes node agent, Kubelet, to use various container runtimes without needing to recompile core Kubernetes components. It acts as a standardized communication layer, allowing for flexibility and modularity in the container ecosystem.

 + CRI-O  + Containerd  + Docker

References