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

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 มิ.ย. 2024
  • Kubernetes is dropping Docker support! Understand the reason behind and how it affects YOU
    💙 Become a Kubernetes Administrator - CKA: bit.ly/42ay2ow
    💚 Become a DevOps Engineer - Complete DevOps Bootcamp: bit.ly/3ID0to2
    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:
    * kubernetes.io/blog/2020/12/02...
    * kubernetes.io/blog/2020/12/02...
    ▬▬▬▬▬▬ 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 ► • Docker Tutorial for Be...
    Full K8s course course ► • Kubernetes Tutorial fo...
    DevOps Tools, like Terraform, Prometheus ► bit.ly/2W9UEq6
    Jenkins Pipeline Tutorials ► bit.ly/2Wunx08
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    Join private Facebook group ► bit.ly/32UVSZP
    DEV ► bit.ly/3h2fqiO
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT
    ▬▬▬▬▬▬ Courses & Bootcamp & Ebooks 🚀 ▬▬▬▬▬▬
    ► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/45mXaer
    ► High-Quality and Hands-On Courses 👉🏼 bit.ly/3BNS8Kv
    ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3Ozl28x

ความคิดเห็น • 465

  • @TechWorldwithNana
    @TechWorldwithNana  3 ปีที่แล้ว +136

    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 🎬: bit.ly/2F3LXYJ
    🔗 Useful Links:
    * kubernetes.io/blog/2020/12/02/dockershim-faq/
    * 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

    • @0xDEADBEEF
      @0xDEADBEEF 3 ปีที่แล้ว +2

      I think you did not clearly answered to the question: "Should ppl learn/use docker or move forward and use containerd or cri-o?"

    • @ivanpolchenko
      @ivanpolchenko 3 ปีที่แล้ว

      I think what's left unanswered for me is, okay so if docker and all of its networking and etc is going away. whats taking over? how is the ipam and host-container nat going to be taken care of?

    • @shawnchong5196
      @shawnchong5196 3 ปีที่แล้ว +1

      Nice video: This video just clarified the hoopla and garbage that a lot of people are throwing around. Basically nothing changes for people who are using docker tech correctly, which is proabably 98% of people out there anyways, and the benefit is kubernetes made their product more lightweight and not have to worry about the hell annoying updates of docker that happen all the time, and can break (updates are good, but annoying)
      Disclaimer: I am not an experienced netop/devops, my main role is developer, but I maintain servers on AWS (8 servers) for my side business, and lead netops/devops (not 100% professional, but probably better than the avg 2 yr experienced fool that has blogs online about bullcrap as I have been working with online tech for 18+ years).
      As for what others are saying: should I learn docker? I think the easiest answer is this: if you don't know why you are using docker, then maybe you don't use it? If you know why you want to use docker, then use it. Docker is a good choice, all others saying: this is better, that is better - yah probably 1-sided experience. Docker is easy to use, esp for beginners and THIS IS MOST IMPORTANT.
      If people are saying "10% faster" and stuff like that, this is pure garbage, if you know systems, you aren't concerned about 10% faster for your servers/containers, 10% would be MAYBE important for SQL server, when you are at the cusp of a breaking point of the system, but even then, you gotta change the implementation: split DBs into two servers. So rule: 10% faster means nothing, really, because you just spin up another load balanced server anyways to reduce load - these are just foolish people if they want to really make this into an issue. FASTER BY 10% DOESN'T MATTER REALLY.
      I will give a case where we want to use docker, and docker is good - docker runs on major OSes, and allows you to build containers (which is basically functions like a VM, without the overhead that most VMs have) - for example, we have a system where we have 4 different servers, we use cloud providers and Centos 7 (screw IBM RH), to develop locally, it's great to use dockers so that we can mimic the interactions of servers right on our computer (local dev env). DOCKER IS GOOD FOR DEVS!
      So on production, when to use containers? You have a choice now (AWS) - use EC2 instances OR use containers. What are the differences, and benefits for each? A lot goes to having experience - if you running lightweight processes that don't do much, like the majority of nodeJs servers people write, and services which they offer, then containers are a great option on cloud providers especially, because it's cheaper to have 1-2 live and 1 backup containers, then lets say than paying for 3 servers. It's almost always safer to have several servers running than 1 super server (what happens if that hardware dies on the super server, your services are GONE). Keyword: load balancing. Now 1 type of server is our web servers, so obviously you want to load balance two or more in production. CONTAINERS COULD BE CHEAPER THAN SERVERS.
      Is it easier to maintain containers than lets say traditional servers? I'm going to say if you are spinning up 64 load balanced servers, it's gonna get costly, and containers makes more sense, as they were built for huge numbers. But in all small to medium network sizes of small to medium companies, or start ups, it doesn't really matter tbh. If you actually have 1K concurrent users, then containers are great! If you running even apache php servers, you could go with containers too! it's understanding the resources/performance and costs. CONTAINERS ARE GOOD IF YOU WANT TO LOAD BALANCE 100 "SERVERS" ON LOAD BALANCER.
      In the end, when using cloud providers, like AWS, you have a choice of deployment now - ec2 load balanced or fargate containers. As far as I am concerned, if you don't have 1k+ concurrent users, you might not necessarily use fargate (or kubernetes) and container images. But you never had to because you could always use the traditional methods of using servers. DEPENDING ON REALISTIC SCALES AND WHAT YOUR SYSTEM IS, CONTAINERS OR NON-CONTAINERS ARE VIABLE IN A LOT OF GENERAL CASES.
      Anyone pushing anything real hard outside of this are just "experts" in their own fields, because all container tech are about the same, docker is great for the dev process, and it's big, like in this video. But those tools AREN'T NEEDED on your production servers (docker full features) because you shouldn't be building debugging your containers on production and for sure, you shouldn't be using docker network layer AT ALL on production. DOCKER RUNNING IN PRODUCTION IS DANGEROUS (SECURITY), DON'T NEED FULL DOCKER ON PRODUCTION ANYWAYS.
      In the end, you just have to think of a container as a VM and you can 32/64 "servers" in containers on a computer, think of it that way. It's probably safer and better than running 1 service on a computer (in general), which may crash in an edge case or some other weird issue (which maybe due to degradation over time, bad 3rd party software).

    • @MyLife-tx2wr
      @MyLife-tx2wr 3 ปีที่แล้ว

      ]]i

    • @imransheikh578
      @imransheikh578 3 ปีที่แล้ว

      Nana, great video. Isn't the question a bit misleading? Is it not the case that K8s are dropping support for docker shim rather than docker? The K8s support for OCI has never been in doubt and the docker obviously is compliant with OCI. K8s are not required to support individual containers but rather focus on the Open Container Initiative, which is still the case. Would you agree to that?

  • @ShreyasPBabu
    @ShreyasPBabu 3 ปีที่แล้ว +328

    Went from "Oh Shit! we're screwed" to "Ah, this is fine" in 12 minutes.

  • @sasikanth6026
    @sasikanth6026 3 ปีที่แล้ว +248

    200% clear, no more questions.. Great explanation.. Thank you..

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว +12

      Glad it was helpful for you 😊

    • @gammelgaardmink
      @gammelgaardmink 3 ปีที่แล้ว +13

      I couldn't agree more. It's been a while since I watched a video about tech, with such a clear explanation of the topic - thx!

  • @tonytwostep_
    @tonytwostep_ 3 ปีที่แล้ว +23

    As someone with a self managed and on-prem K8s cluster, I will say that changing the container runtime from docker to containerd was not only fairly straight forward, but I'm also noticing better node resource availability which makes sense given the heaviness of dockershim vs natively supported cri. I will say, the process to change runtimes was not well documented as of yet, but if anyone needs assistance and is also using kubdadm to manage their on-prem clusters, just hit me up!

  • @SanjayKumar-rf6kh
    @SanjayKumar-rf6kh 3 ปีที่แล้ว +1

    Just brilliant Nana. Keep up the good work !. I have referred a couple of your videos and became your big fan. The way you explain the concept is just amazing. God bless you.

  • @zahurulhaque6377
    @zahurulhaque6377 3 ปีที่แล้ว +1

    Nana, you are the best to explain the change, I was boiling the ocean to understand the change, but you nailed it in 12 min. Thanks a lot, keep up the good work. always following you.

  • @kenchang3456
    @kenchang3456 3 ปีที่แล้ว +3

    Whew, thank you for this video! As a newbie using docker for development this took a load off my mind.

  • @manikanthanekkalapudi
    @manikanthanekkalapudi 3 ปีที่แล้ว +3

    Thank you Nana! Such a simple explanation🙏 Subscribed!

  • @melvinkimathi8924
    @melvinkimathi8924 3 ปีที่แล้ว +8

    i wish i had discovered this channel earlier ... you got yourself a new subscriber

  • @tarasankarbanerjee
    @tarasankarbanerjee 3 ปีที่แล้ว +2

    Excellent as always!! How do you anticipate all the questions that can arise!! Just awesome..

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว

      😀 thank you so much! I read a lot of your comments and questions and try to answer them in the videos 😊

  • @1234mytubeuser1234
    @1234mytubeuser1234 3 ปีที่แล้ว +4

    No matter how difficult or confusing the subject may be, Nana knows the way to break it down to make super duper easy. My 2 year old has no further questions, so do I :) Thanks Nana...

  • @ravindrav1450
    @ravindrav1450 3 ปีที่แล้ว +32

    My most productive 12.21 minutes of today; Thank you Nana :-)

  • @smitshah1737
    @smitshah1737 3 ปีที่แล้ว +2

    Now I am cristal clear about changes! Thanks, Tina!

  • @Elocess
    @Elocess 3 ปีที่แล้ว

    I have never seen a topic explained with this level of clarity on TH-cam

  • @juliodias3342
    @juliodias3342 3 ปีที่แล้ว +3

    Thanks for the explanation, Nana! Great as always :D

  • @danielyount9812
    @danielyount9812 3 ปีที่แล้ว +1

    Thanks for the rundown of the cluster changes. Having to fight to find documentation for setting a local private K8 cluster, I was set a back that this was going to be a bad thing. But with your explanation, sound like it will be smooth sailing. I would take this as a advantage to move Docker closer to the top of the stack. Containers are very slow compared to VM's(around half speed. You want VM's over containers for time sensitive services) So to take out another layer of slowness would be a bonus, if you choose the container option. If for some reason you still need the shim , it's an option.

  • @thiccboi6211
    @thiccboi6211 3 ปีที่แล้ว +5

    Nana you have no idea about the impact your videos have had in my life.
    I have automated a lot of manual tasks around frontend infra in my company and I got all my knowledge and ideas only after watching your videos!!
    The impact in the team is so good that dev-ops people from the platform teams message me to share ideas about optimizing frontend build pipeline and deployments!
    Now I have been pushing this in my team and I keep sharing your videos with them. They genuinely find this useful. Your way of teaching is so good that its like explaining to a baby. I feel like my mom is teaching me alphabets. @-@
    !! Thanks a lot !!

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว

      Wow appreciate your comment, really happy to hear that my videos are so helpful for you and the whole team 🙂

  • @pedroreisbr
    @pedroreisbr 3 ปีที่แล้ว +21

    The Queen of DevOps, sharp as always!

  • @ariefirawan1586
    @ariefirawan1586 3 ปีที่แล้ว

    Crystal clear, just watched one of your videos, i subscribed right away

  • @ashwinin4819
    @ashwinin4819 3 ปีที่แล้ว +9

    When we watch a video we get so many questions,.how why, and this video answers all those questions the next minute/seconds... Thank you so much. Subscribed!!

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว +1

      Welcome to the channel 😊 Thank you so much for your positive comment!

  • @Joe-tk8cx
    @Joe-tk8cx 3 ปีที่แล้ว +13

    Perfect explanation, just the thing I needed, just as request, can you do a tutorial on crio or containerd.

  • @pazonec
    @pazonec 3 ปีที่แล้ว

    So comprehensive and clear! If you can explain it simply, you understand it perfectly...

  • @ebenessy
    @ebenessy 3 ปีที่แล้ว +6

    It's the first time I see your channel and I'm really impressed by the quality of your explanations and the way you're presenting them. Pleased continue this great work. Thank you.

  • @motbus3
    @motbus3 3 ปีที่แล้ว

    very complete video, well written script and nice pacing.
    just subscribed because of the great work here :)

  • @rajib2k5
    @rajib2k5 3 ปีที่แล้ว +3

    Thanks for sharing this update! Joining the fan club. :D

  • @Farrukhw
    @Farrukhw 3 ปีที่แล้ว +9

    Thank you Nana... Actually, I never knew about this change and at first, I got worried, as I only worked with docker...

  • @bensonkwong7554
    @bensonkwong7554 3 ปีที่แล้ว +2

    Hi Nana, just FYI, u mentioned in the video that EKS has adopted containerd as the container runtime, which is not 100% the case, to be precise. EKS for Fargate has adopted containerd, but not for EKS for EC2.

  • @saiprasadshettar1303
    @saiprasadshettar1303 3 ปีที่แล้ว

    Thank you so much nana,for clarifications. Always on point

  • @Htnawsaj
    @Htnawsaj 3 ปีที่แล้ว +2

    Perfect... More such videos are welcome whenever we hear new announcements or deprecations

  • @nacho2739
    @nacho2739 3 ปีที่แล้ว

    I really appreciate this kind of videos! Very helpful :) Thanks!

  • @zeljkozrnic4159
    @zeljkozrnic4159 3 ปีที่แล้ว

    BRAVO Nana!!! Your explanation is clear. Kudos to you.
    You have a new subscriber. :)

  • @josemunoz7981
    @josemunoz7981 3 ปีที่แล้ว

    Thanks a lot Nana!!! You are our first info source in this k8s world!! You are brilliant nana!.

  • @srikiran8027
    @srikiran8027 3 ปีที่แล้ว

    Thanks Nana. Recently I started exploring Docker. Great explanation from your side and this video is very helpful.

  • @tilmow9763
    @tilmow9763 3 ปีที่แล้ว

    Yet another cristal clear straight to the point video, bravo! which leaves me begging for others, specifically on the container runtime landscape.
    I understand CRI-O or containerd can only replace Docker **within** kubernetes as container runtime, i.e that can't be used to build or run a standalone containerized workload --> is that correct?
    more generally, some intro videos on docker alternatives will be more than welcome : how to install them to set-up a k8S cluster, how to configure the latter accordingly, how do they work ... etc.
    Thanks again for the great content

  • @JOlsson01
    @JOlsson01 3 ปีที่แล้ว

    Great video. I can breathe again. Glad I found your channel. Subscribed.

  • @MarimuthuSA
    @MarimuthuSA 2 ปีที่แล้ว

    Awesome clear explanation. Thanks a lot for publishing this video.

  • @BlurryBit
    @BlurryBit 3 ปีที่แล้ว

    This video along with the Jeff Geerling's video cleared the concept for me. Thank you!🙏

  • @karthik14141
    @karthik14141 ปีที่แล้ว

    Excellent and well required video - as always.

  • @samr6148
    @samr6148 3 ปีที่แล้ว +2

    Thanks very much for explaining the impact of the deprecation! Being new to Docker I happened to catch wind of this news on Reddit and was wondering how it would affect my path to learning Docker and eventually K8. Your video was very helpful!

  •  3 ปีที่แล้ว +6

    Nana, thank you for this!

  • @samarthurs8000
    @samarthurs8000 3 ปีที่แล้ว +1

    Thanks a lot for wrapping it up meticulously. I love to watch your videos. They are very helpful.
    You will soon be one of the popular teachers on TH-cam reaching 100s of thousands of subscribers. Viel Erfolg ;-)

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว

      Thank you so much! Appreciate your comment 🙂 danke :)

  • @code4java725
    @code4java725 3 ปีที่แล้ว

    Woow, the details you provide is an excellent, I'd love your videos Nana. I appreciate you to making this video, and sharing. Keep on uploading new videos. You're a good teacher. Thank you.

  • @jeddak
    @jeddak 3 ปีที่แล้ว +1

    Excellent explanation. Thank you for clarifying all of this.

  • @unmiss-com
    @unmiss-com 3 ปีที่แล้ว +5

    Thanks for sharing new valuable insights. Love your approach. All content creators should create value as maximum as possible.

  • @sudhakarnarasimhan5431
    @sudhakarnarasimhan5431 3 ปีที่แล้ว

    Thanks a lot Nana for the clarification. Clarified all my questions on the k8s deprecation of Docker.

  • @matthewFerler
    @matthewFerler 3 ปีที่แล้ว

    Great explanation! Because of the high quality of this and other videos that Nana has created I've subscribed to her channel.

  • @johnsawiris5988
    @johnsawiris5988 3 ปีที่แล้ว +1

    It can't be explained better, really. Thanks you so much!

  • @AdarlanTeixeira
    @AdarlanTeixeira 3 ปีที่แล้ว

    Your videos are so clear, helpful, inspiring!

  • @jeffdunn890
    @jeffdunn890 3 ปีที่แล้ว

    Awesome and very clear explanation. Thanks!

  • @n8style
    @n8style 3 ปีที่แล้ว

    Thank you for the concise clear explanation, much appreciated!

  • @hassanabdulali7867
    @hassanabdulali7867 3 ปีที่แล้ว

    Very clear; short and sweet like master's approach; great video

  • @allanhangaard
    @allanhangaard 3 ปีที่แล้ว

    I've just started learning Docker and Kubernetes (or K8s as I've just learned) and was a bit worried if this was a waste of time - until I saw your video. Thank You :-)

  • @giant3909
    @giant3909 2 ปีที่แล้ว

    I'm a beginner in Docker and a total noob in K8s, but I found your video really informative and easy to follow. The graphics are top notch!

  • @AllenLSY
    @AllenLSY 3 ปีที่แล้ว +13

    Clear, concise enough, saves people's time to look elsewhere. Nana, I support you.

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว

      Thanks for your feedback Allen, glad it's helpful :)

  • @asraotuni
    @asraotuni 2 ปีที่แล้ว

    As usual, simple, relevant and clear. 👍 Thanks

  • @ilyasbouziane4125
    @ilyasbouziane4125 3 ปีที่แล้ว +1

    You made it so clear ! I love the way you explain things

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว

      Thank you Ilyas, really glad you like my way of explaining it :)

  • @gauthamcrr6262
    @gauthamcrr6262 3 ปีที่แล้ว +1

    Very clearly explained. Thanks for the Video!!!

  • @kavuluridattasriharsha
    @kavuluridattasriharsha 2 ปีที่แล้ว

    Thanks Nana for excellent explanation of the topic. This is really useful. Thank you.

  • @rajarahul9975
    @rajarahul9975 3 ปีที่แล้ว

    Very very well explained! Thanks for making this video :)

  • @kriansa
    @kriansa 3 ปีที่แล้ว +3

    Wow, very informative and such a high-quality content!

  • @AlfianFirmansyah
    @AlfianFirmansyah 3 ปีที่แล้ว +4

    I was clapping👏when you clearly explaining the CI/CI part needs docker or not. thank's nana.

  • @sid0000009
    @sid0000009 3 ปีที่แล้ว

    Ur explanation is so clear . Thank you

  • @mohsenfilm
    @mohsenfilm 3 ปีที่แล้ว +1

    Perfect video, very clarify answers my questions about this news! thanks for your video

  • @JoshPeak
    @JoshPeak 3 ปีที่แล้ว +11

    I love how well researched and articulated this is!!! 👏 thank you! I learnt a lot about “the in between bits” too.

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว +2

      Thank you Josh, appreciate your comment :)

  • @RohitRaj-yh6dm
    @RohitRaj-yh6dm 3 ปีที่แล้ว +1

    waiting for this video to get all the doubts cleared. Thanks Nana

  • @aftabshaik8767
    @aftabshaik8767 3 ปีที่แล้ว

    Great explanation. You have cleared all my doubts. Thanks a lot!

  • @marcelhh2101
    @marcelhh2101 3 ปีที่แล้ว

    Clear in 3 minutes!!!! Very good explanation thanks

  • @MANISHRAUT
    @MANISHRAUT 3 ปีที่แล้ว +1

    Perfectly cleared all the doubts. Thanks :)

  • @vvmadhavreddy
    @vvmadhavreddy 3 ปีที่แล้ว

    Super clear explanation, thank you!!

  • @kvkrishna143
    @kvkrishna143 3 ปีที่แล้ว +14

    Bird's eye view of the recent K8's announcement, there were articles that mislead (for various reasons) "Docker" (instead of Dockershime) being dropped.

    • @HakunaMatata225
      @HakunaMatata225 3 ปีที่แล้ว +2

      So did the title of this video!

  • @Rothkeen
    @Rothkeen 3 ปีที่แล้ว +1

    So clear a video. Thanks for the hard work you do with all these videos. I don't get why you don't have 1 million subs yet.

  • @MeNumber47
    @MeNumber47 3 ปีที่แล้ว

    Very Very Well made video! Thank you!!

  • @lalitds8427
    @lalitds8427 3 ปีที่แล้ว +1

    Very much clear 👍🙂. as always great explanation Nana...👍

  • @quentinsf
    @quentinsf 3 ปีที่แล้ว

    Brilliantly clarified -thanks!

  • @johnmichaelechavez5979
    @johnmichaelechavez5979 3 ปีที่แล้ว +15

    i love how she explained.

    • @barma1309
      @barma1309 3 ปีที่แล้ว

      She awesome!!!

  • @Pabpereza
    @Pabpereza 3 ปีที่แล้ว

    Thanks you for the clean and simple information!

  • @cafemike111
    @cafemike111 2 ปีที่แล้ว

    As always, extremely clear!!

  • @research4u
    @research4u 3 ปีที่แล้ว

    Very good explanation, i subscribed and going to watch all your videos Nana. please put more videos for learning :)

  • @nparsona
    @nparsona 3 ปีที่แล้ว +1

    Just had this question posed to me yesterday. Well now I know. Excellent and timely information.

  • @andrealupo1667
    @andrealupo1667 3 ปีที่แล้ว +1

    Thank you for your explanation! I know a bit of docker and I didn't already start to study kubernetes. This video was clear even to me that I don't know anything about it. I'll keep going this journey in the docker+kubernets world then!

  • @satyabratm
    @satyabratm 3 ปีที่แล้ว

    Very informative. Thank You for explaining it so well!

  • @ankitjain0912
    @ankitjain0912 3 ปีที่แล้ว +1

    Clean and clear explanation with details included :)

  • @ravenouslucifer1087
    @ravenouslucifer1087 3 ปีที่แล้ว

    This is the most Simplest explanation ever i have ever seen ❤️❤️❤️

  • @dvdspndl
    @dvdspndl 3 ปีที่แล้ว

    Thanks a lot! This is a really helpful overview.

  • @JavierGarcia-se3vi
    @JavierGarcia-se3vi 2 ปีที่แล้ว

    Best explanation ever, thank you very much, Greetings! 😊

  • @swapankumarsoren2356
    @swapankumarsoren2356 3 ปีที่แล้ว +1

    Thanks Nana, my wait and patience is over, now I can have my coffee.😊 👍😊

  • @sam_fujiyama
    @sam_fujiyama 3 ปีที่แล้ว

    Thank you, that was very helpful and clear !

  • @taranjotsingh2374
    @taranjotsingh2374 3 ปีที่แล้ว +2

    Your videos really create impact on freshers like me... Thanks Nana form bottom of my heart.....

  • @ashraffouad
    @ashraffouad 2 ปีที่แล้ว

    Many thanks for clear and detailed explanation 👍

  • @nitinjamadagni
    @nitinjamadagni 3 ปีที่แล้ว

    superb content. very concise and just appropriate as high-level information for us to choose and dig deep.
    Please consider open-sourcing the slides if you have.

  • @maharshidave7302
    @maharshidave7302 3 ปีที่แล้ว

    Explained perfectly and with complete clarity... Thanks for video

  • @jondoe79
    @jondoe79 2 ปีที่แล้ว +1

    Simple, sweet, and concise. 👍

  • @prabal37
    @prabal37 3 ปีที่แล้ว +1

    Clear all the doubts.Great explanation

  • @Tradebull03
    @Tradebull03 3 ปีที่แล้ว +61

    I am in love with this women. The way she explains the things is "Next Level".

    • @TechWorldwithNana
      @TechWorldwithNana  3 ปีที่แล้ว +5

      Thanks Shahvez! :)

    • @goqsane
      @goqsane 3 ปีที่แล้ว +7

      So now you can go back to the dictionary and learn about the difference between "woman" and "women".

    • @arunabhbhattacharya5314
      @arunabhbhattacharya5314 3 ปีที่แล้ว

      @@goqsane "woman" is singular and "women" is plural.

    • @vids5384
      @vids5384 3 ปีที่แล้ว

      So I'm I, I am now trying not to watch 😊🙆

    • @sauljahboi5965
      @sauljahboi5965 3 ปีที่แล้ว +1

      Simp

  • @emreis7127
    @emreis7127 3 ปีที่แล้ว +1

    Great video! For a moment I thought I lost hours learning docker.

  • @MusobarMedia
    @MusobarMedia 3 ปีที่แล้ว

    loud and clear, thank you Nana

  • @serrottf
    @serrottf 3 ปีที่แล้ว +2

    Finally someone that explains clearly! Great Work!

  • @rjcdz06
    @rjcdz06 3 ปีที่แล้ว

    Nana, Excellent explanation! Thanks so much!

  • @diegoramos27
    @diegoramos27 3 ปีที่แล้ว +1

    Your videos are the best, I can learn a lot in only a few minutes, thanks so much

  • @rajgangadharan
    @rajgangadharan 3 ปีที่แล้ว +1

    Interesting and informative video. I was looking for such a comprehensive video. You saved at least 4 hours of my time .