dwyl / learn-devops

🚧 Learn the craft of "DevOps" (Developer Operations) to Deploy your App and Monitor it so it stays "Up"!
GNU General Public License v2.0
418 stars 172 forks source link

`Kubernetes` is deprecating `Docker`: what you need to know 🙅 #100

Open nelsonic opened 6 days ago

nelsonic commented 6 days ago

Kubernetes removed support for Docker in 2021 ✂️ ⏳

TL;DR Docker as an underlying runtime was deprecated in favor of runtimes that use the Container Runtime Interface (CRI) created for Kubernetes. Docker-produced images will continue to work in your cluster with all runtimes, as they always have.

What does this mean? Specifically: does it mean we should reconsider our use of Docker? 💭