Part 2: Installing and Configuring containerd for Kubernetes
Why the container runtime matters
Kubernetes does not run containers directly.
It communicates with a container runtime using the Container Runtime Interface (CRI). That runtime is responsible for:
P
buildk8s.hashnode.dev9 min read