Kubernetes deprecates Docker, so you can't use Docker in Kubernetes now?

Опубликовано: 01 Январь 2021
на канале: Khaja Mohammed
96
3

Use Case 1: Are you a developer?
Then, you are good to continue docker as is that you are using today. The reason is that the images generated by Docker are OCI Compliant, and are honoured by all CRI implemented run times like Containerd, CRI-O etc.,

Use Case 2: Are you a Kubernetes Administrator, but doesn’t use Docker Runtime in your cluster today?
You are good to continue, and aren’t impacted with this change

Use Case 3: Are you a Kubernetes Administrator, uses Docker Runtime in your cluster today?
You got some work to do, but don’t worry you have time till v1.22 of Kubernetes. Remember, Kubernetes supports 2 previous minor versions from current minor version.

Resources

Mirantis to take over support of Kubernetes dockershim https://www.mirantis.com/blog/miranti...

KEP-1985: Removing dockershim from kubelet https://github.com/kubernetes/enhance...

containerd Adopters https://github.com/containerd/contain...

CRI-O Adopters https://github.com/cri-o/cri-o/blob/m...

About the Open Container Initiative https://opencontainers.org/about/over...

CNCF Cloud Native Interactive Landscape for Container Runtime alternatives https://landscape.cncf.io/category=co...

#dockershim #kubernetes #docker #deprecated