Custom node condition in Kubernetes
When you go through node object in k8s you can see that there is a field called Conditions:
When you go through node object in k8s you can see that there is a field called Conditions:
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.
In a few words Container Runtime Interface is the answer to this questions.