Hacker News new | ask | show | jobs
by qwertywert_ 1544 days ago
I thought its moving to CRI-o as well instead of containerd, or is k8s just not using docker, and containerd still supported in the future?
1 comments

CRI-O is the target and containerd is the most common runtime implementing it at the moment.
Are you sure? This isn't my subject area but CRI-O looks like an alternative to containerd and implements the OCI compliant runtime like containerd does. And then there is a 3rd which is docker engine which is the one being dropped.
Sorry, I mixed up CRI and CRI-O. The roadmap is to remove dockershim (the interface to docker-compatible container runtime) and use only CRI - of which containerd and CRI-O are two compatible implementations.