Tagged "cri"

How to change default k8s container runtime to containerd ?

Default kubelet container runtime configuration use docker as CRI. Containerd has another implementation of CRI, it should fullfill the same requirements as docker so ie.

Read more...

How kubernetes is interacting with docker ?

In a few words Container Runtime Interface is the answer to this questions.

Read more...