Dec 25, 2024 · 6 min read · Most people know Docker as the container runtime but you might be surprised to learn that the underlying runtime, Docker uses is containerd. There are various container runtimes in the market, however, Docker indeed revolutionized and industrialized ...
Join discussion
Oct 18, 2024 · 1 min read · outline How to check container runtime of k8s worker node using kubectl command script kubectl get nodes -o jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.status.nodeInfo.containerRuntimeVersion}{"\n"}{end}' reference https://kubernet...
Join discussion