Kubernetes with nerdctl
Kubernetes in version 1.24 provides a big change by removing dockershim it means that with some exceptions like cri-dockerd you won’t see docker on a Kubernetes node.
Kubernetes in version 1.24 provides a big change by removing dockershim it means that with some exceptions like cri-dockerd you won’t see docker on a Kubernetes node.
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.