Kubernetes is dropping Docker support – What does it mean for YOU?

32
21



Kubernetes is dropping Docker support! Understand the reason behind and how it affects YOU
💙 Become a Kubernetes Administrator – CKA: https://bit.ly/k8s-administrator-course
💚 Become a DevOps Engineer – Complete DevOps Bootcamp: https://bit.ly/3gEwf4V

Kubernetes deprecated Docker since version 1.20!
What the Kubernetes announcement actually means and how it will affect you:
as a software developer, who is using Docker and Kubernetes or
as a DevOps engineer, who is administering Kubernetes using a Managed Kubernetes Service or a self-managed Kubernetes cluster

🔗 Useful Links:
* https://kubernetes.io/blog/2020/12/02/dockershim-faq/
* https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/

▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 – Intro
0:18 – Why has Docker been deprecated?
3:10 – Container Runtime alternatives?
4:17 – What does this change mean for YOU as a Kubernetes User?
5:07 – What does this change mean for YOU as a Kubernetes Administrator?
5:30 – when using Managed Kubernetes Service
6:32 – with self-managed Kubernetes cluster
7:58 – When do you need to take action?
8:45 – Impact on using Kubernetes locally with Minikube and Docker Desktop
9:42 – Still learn Docker? CI/CD Pipeline with Docker?
12:00 – Wrap-Up

▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
Full Docker course ► https://youtu.be/3c-iBn73dDE
Full K8s course course ► https://youtu.be/X48VuDVv0do
DevOps Tools, like Terraform, Prometheus ► https://bit.ly/2W9UEq6
Jenkins Pipeline Tutorials ► https://bit.ly/2Wunx08

▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
Join private Facebook group ► https://bit.ly/32UVSZP
DEV ► https://bit.ly/3h2fqiO
INSTAGRAM ► https://bit.ly/2F3LXYJ
TWITTER ► https://bit.ly/3i54PUB
LINKEDIN ► https://bit.ly/3hWOLVT

▬▬▬▬▬▬ Courses & Ebooks & Bootcamp 🚀 ▬▬▬▬▬▬
► Become a DevOps Engineer – full educational program 👉🏼 https://bit.ly/3gEwf4V
► High-Quality and Hands-On Courses 👉🏼 https://bit.ly/3nIouPW
Kubernetes 101 – compact and easy-to-read ebook bundle 👉🏼 https://bit.ly/3mPIaiU

source

Previous articleHow to host your own GitHub Actions pipelines
Next articleAzure DevOps Tutorials For Beginners | Azure Tutorial for .NET Developers

21 COMMENTS

  1. I hope this clarifies all your questions, if not – leave a comment and I will try to answer it!
    If it was helpful, please leave a like and subscribe 😊 👍

    Follow me on Instagram for behind the scenes content 🎬: https://bit.ly/2F3LXYJ

    🔗 Useful Links:
    * https://kubernetes.io/blog/2020/12/02/dockershim-faq/
    * https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/

    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    0:00 – Intro
    0:18 – Why has Docker been deprecated?
    3:10 – Container Runtime alternatives?
    4:17 – What does this change mean for YOU as a Kubernetes User?
    5:07 – What does this change mean for YOU as a Kubernetes Administrator?
    5:30 – when using Managed Kubernetes Service
    6:32 – with self-managed Kubernetes cluster
    7:58 – When do you need to take action?
    8:45 – Impact on using Kubernetes locally with Minikube and Docker Desktop
    9:42 – Still learn Docker? CI/CD Pipeline with Docker?
    12:00 – Wrap-Up

  2. Thanks for breaking this down for us. I still have a query: I have k3s (lightweight version of k8s) on raspberry pi cluster, so would I need to make change any changes there or else the k3s will have the latest container run time changes bundled ? Thanks