DEV Community

Discussion on: Wait, Docker is deprecated in Kubernetes now? What do I do?

Collapse
 
cawoodm profile image
Marc

For dummies like me:

  • Your Kubernetes > v1.20 (or whatever) won't use the Docker container runtime BUT
  • Your Docker-built containers will still run in Kubernetes... but with a different container runtime (e.g. ContainerD)

TL/DR: The Docker Container Runtime is history - your Docker-built containers will still run.