Kubernetes / Docker / OCI #26

Open
opened 2020-12-10 13:21:46 +01:00 by Fred · 0 comments
Owner

https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/

What’s actually happening here is that Dockershim is being removed from Kubelet as early as v1.23 release, which removes support for Docker as a container runtime as a result.

The image that Docker produces isn’t really a Docker-specific image -- it’s an OCI (Open Container Initiative) image. Any OCI-compliant image, regardless of the tool you use to build it, will look the same to Kubernetes. Both containerd and CRI-O know how to pull those images and run them. This is why we have a standard for what containers should look like.

https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/ > What’s actually happening here is that Dockershim is being removed from Kubelet as early as v1.23 release, which removes support for Docker as a container runtime as a result. > The image that Docker produces isn’t really a Docker-specific image -- it’s an OCI (Open Container Initiative) image. Any OCI-compliant image, regardless of the tool you use to build it, will look the same to Kubernetes. Both containerd and CRI-O know how to pull those images and run them. This is why we have a standard for what containers should look like.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fred/gwift-book#26
No description provided.