CRI

Kubernetes 1.5 introduced an internal plugin API named Container Runtime Interface (CRI) to provide easy access to different container runtimes. CRI enables Kubernetes to use a variety of container runtimes without the need to recompile. In theory, Kubernetes could use any container runtime that implements CRI to manage pods, containers and container images.

Source: https://kubernetes.io/blog/2017/11/containerd-container-runtime-options-kubernetes/

Position on the Adoption Curve

Presentations about CRI

Interviews