The change is that Kubernetes is deprecating Docker as a container runtime after v1.20. let’s understand how Kubernetes was using Docker as an underlying runtime, and this particular change in more detail.
The mention of Kubernetes dropping support for Docker in the release notes raised a lot of eyebrows.
Docker support in the kubelet is now deprecated and will be removed in a future release. The kubelet uses a module called “dockershim” which implements CRI support for Docker and it has seen maintenance issues in the Kubernetes community. We encourage you to evaluate moving to a container runtime that is a full-fledged implementation of CRI
A tweet by the Kubernetes SIG Security co-chair, Ian Coldwater didn’t help matters, either.
Docker support is being deprecated in Kubernetes. You need to pay attention to this and plan for it. THIS WILL BREAK YOUR CLUSTERS
The move might come as a shock to anyone who’s been busy spinning up containers and not paying attention to the development of Kubernetes. But it really isn’t such a big deal.
Our original Kubernetes tool list was so popular that we've curated another great list of tools to help you improve your functionality with the platform.
This article explains how you can leverage Kubernetes to reduce multi cloud complexities and improve stability, scalability, and velocity.
Get Hands-on experience on Kubernetes and the best comparison of Kubernetes over the DevOps at your place at Kubernetes training
Get Hands-on experience on Kubernetes and the best comparison of Kubernetes over the DevOps at your place at Kubernetes training
Microsoft announced the general availability of Bridge to Kubernetes, formerly known as Local Process with Kubernetes.