...
kubeadm
tries to detect the container runtime available. However, its best to install one that is validated and known.
Runtime | Notes | ||||||||
---|---|---|---|---|---|---|---|---|---|
1 | ⭐️ containerd |
https://containerd.io/releases/
| |||||||
2 | CRI-O | ||||||||
3 | Docker Engine (using cri-dockerd) |
...
Notes | Link | |
---|---|---|
1 | The package lifecycle and k8s compatibility details. | https://containerd.io/releases/ |
2 | Getting started with containerd ⭐️ | https://github.com/containerd/containerd/blob/main/docs/getting-started.md |
3 | containerd releases | https://github.com/containerd/containerd/releases |
4 | containerd systemd service file | https://github.com/containerd/containerd/blob/main/containerd.service |
5 | runc releases | https://github.com/opencontainers/runc/releases |
6 | CNI plugins releases | https://github.com/containernetworking/plugins/releases |
...