Kubernetes Architecture explained | Kubernetes Tutorial 15

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 มิ.ย. 2024
  • Kubernetes Architecture explained in 13 minutes. Kubernetes Architecture made easy.
    In this video you will learn about Master and Worker Nodes, which make up the Kubernetes cluster. What is the difference between them and what role each has? So, after this video you will understand the basic concepts and processes.
    ▬▬▬▬▬▬ T I M E S T A M P S
    0:00 - Intro
    1:09 - Worker Nodes - 3 Node Processes: Container Runtime, Kubelet, Kube Proxy
    4:55 - Master Nodes - 4 Master Processes
    5:11 - Api Server
    6:34 - Scheduler
    8:00 - Controller Manager
    8:57 - etcd - the cluster brain
    11:04 - Example cluster setup
    -------------------------------------------------------------------------------------------------------
    What is Kubernetes? Check out this short video 👉🏼: • What is Kubernetes | K...
    Kubernetes Components explained? Check out this short video 👉🏼: • Kubernetes Components ...
    For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible. Also please let me know what you want to learn about Docker & Kubernetes.
    #kubernetes #kubernetestutorial #devops #techworldwithnana
    -------------------------------------------------------------------------------------------------------
    This video is the 15th of a complete series for beginners. At the end of this tutorial you will fully understand Docker and Kubernetes.
    ⭐️ Full Playlist: • Docker and Kubernetes ...
    -------------------------------------------------------------------------------------
    The complete step-by-step guide to Docker and Kubernetes will include the following topics:
    🐳 DOCKER basics:
    - Container concept
    - Why docker? (image vs. traditional DevOps)
    - Install docker on different operating systems
    - 8 basic commands you need to know (2 parts)
    - Docker vs. Virtual Machine
    - Docker in Practice: Overview of whole development process with Docker (development, continuous delivery, deployment) Probably 3-5 videos including Docker-Compose, Dockerfile, Private Repository.
    - Docker Volumes in theory and practice
    ✵ KUBERNETES basics:
    - Main Kubernetes components (including Pod, Service, Ingress, Volumes, ConfigMap, Secrets, Deployment, StatefulSet)
    - Kubernetes architecture for beginners (master, slave nodes & processes)
    - Understand how does K8s REALLY work? Main Concepts of how to use K8s
    - Minikube, Kubectl - set up the cluster and connect to it
    - Kubectl main commands - Demo
    - Configuration file (YAML) - syntax
    - Communication between the pods - basic networking concepts in Kubernetes
    - K8s Deployment in practice - example application deployment (pod + service + Ingress + secret)
    - K8s Volumes explained
    - K8s Namespaces
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    Join private Facebook group ► bit.ly/32UVSZP
    Don't forget to subscribe ► bit.ly/3mO4jxT
    DEV ► bit.ly/3h2fqiO
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT
    Legal Notice:
    Kubernetes and the Kubernetes logo are trademarks or registered trademarks of The Linux Foundation in the United States and/or other countries. The Linux Foundation and other parties may also have trademark rights in other terms used herein. This video is not accredited, certified, affiliated with, nor endorsed by Kubernetes or The Linux Foundation.

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

  • @TechWorldwithNana
    @TechWorldwithNana  4 ปีที่แล้ว +40

    1:09 - Worker Nodes - 3 Node Processes: Container Runtime, Kubelet, Kube Proxy
    4:55 - Master Nodes - 4 Master Processes
    5:11 - Api Server
    6:34 - Scheduler
    8:00 - Controller Manager
    8:57 - etcd - the cluster brain
    11:04 - Example cluster setup
    👉🏼 For any questions/issues/feedback, please leave me a comment and I will get back to you as soon as possible.
    Please don't forget to subscribe and give me a thumbs up if you liked my video 😊

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

      I would say, if you have enough resources, like time, expertise etc you can set your own cluster. It will be some effort to maintain and manage it though once you have set it up. Managed clusters are obviously faster and easier to set up and great for smaller companies and definitely good fit for private projects. You will have some level of lock-in though.

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

      Love you Nana... ❤️❤️❤️You are hot wana mail you and call you ...I m from india ...my mail id is 5canvin108@gmail.com 9515114375

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

      In the beginning of the example cluster setup there are 2 master nodes where at least 3 are recommended

  • @renatonunesmoraes1249
    @renatonunesmoraes1249 4 ปีที่แล้ว +85

    Hi Nana. I just started my DevOps career a few months ago and I must say, your videos are saving my life. I'm already spreading the word about your videos because I really hope they take you where you deserve. Great content and you are such an amazing explainer! You're helping me SO MUCH.
    Thank you and I hope you keep creating such great content and helping other people understand complex concepts in a simple way. I'll surely always be a supporter :)

    • @TechWorldwithNana
      @TechWorldwithNana  4 ปีที่แล้ว +7

      You're welcome, and thank you for this great feedback Renato! 🙂 I'm really glad my videos are so helpful! And especially that you spread the word, thanks :)

    • @TechWorldwithNana
      @TechWorldwithNana  4 ปีที่แล้ว +6

      @Hi Chem I mainly learn from videos and working on real projects at work or for own projects

    • @jvm-tv
      @jvm-tv 3 ปีที่แล้ว +8

      Her videos don't even have ads on them.

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

      @@jvm-tv trun your adblocker off, to help the content creator.

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

    Done thanks
    Notes copied to OneNote
    3:00
    A service is like a load balancer, takes the request going to an application and forwards it to one of the pods in a node running that application.
    Kube proxy is what forwards the requests from services to pods, and kube proxy is running on each node
    The load balancer (service) routes the request to the closer node running the service (to avoid network overhead)
    Etcd only runs on master nodes
    We can have more than one master node. In that case etcd is a distributed key value store replicated across the master nodes.

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

    Kubernetes made easy. After reading chunks of notes n listening to other video lectures, i ended up piling junks of confusion in my memory. Time n energies have been wasted. Ur lecture has delivered me and given me a renewed spirit of understanding on this subject. I must say, this is the first place to start before starting anything with kubernetes. Please, spread the news.

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

      Wow, this is really great to hear! Will appreciate your support as well in spreading the word about my videos 😊

  • @amitsalunke1567
    @amitsalunke1567 4 ปีที่แล้ว +26

    This so far the best explanation I came across on the internet about the k8s cluster and it's master/worker nodes. Thank you.

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

      Wow that's great! Please share the video, would be very helpful for me :)

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

    Thank you Nana, you probably have some of the best quality videos on Kubernetes

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

    The way you explain things from basics to advanced is really so awesome! You are doing a great job. Thank you for all your hard work :)

  • @Khalid15325
    @Khalid15325 7 หลายเดือนก่อน +1

    Your channel is a pure gem, YOU’RE a gem too Nana. Thank you so much for all your work. Best wishes.

  • @zeynepdonmez8495
    @zeynepdonmez8495 11 หลายเดือนก่อน

    This video is even better than the training I bought online. It makes everything clear and summarizes all the key information. Thank you!

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

    Thank you! Very clear and straightforward, which, with a tool as complex as Kubernetes, makes it very easy to understand.

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

    Every time I have any doubt or want to recall any concept this quick video helps in great way.
    Kudos to Nana for such an amazing videos on devops ~!

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

    From a Certified CKAD, CKA expert, this is by far the best explanation of the kubernetes architecture !

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

    nana i am your big fan .... your video are our lifelines..... love from India

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

    @TechWorld ......Thankyou for providing such a valuable courses free of cost on utube. nicely explained.

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

    Very clear and to the point. You are my go to channel if I want to quickly understand something in Devops

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

    Randomly searching for kubernetes videos as I just started learning Kubernetes...and I end up here...such a great and simplified stuff...keep up all the good work and hope you get/reach what you deserve

  • @bitcode_
    @bitcode_ 4 ปีที่แล้ว +5

    so clear and easy to understand, as a visual learner this has been extremely helpful, thank you!

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

    I am just a developer but somehow also involved in the architecture of my next project at my company (which is a chance I was waiting for). And that one uses k8s heavily. Those clips are my lifesaver. Thanks Nana.

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

    I can't believe how easy you made understanding k8s to me..your graphical illustrations are just perfect..i was just looking for random tech videos and halfway through this video I subscribed your channel

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

    So easily explained and with great clarity. You are a GEM 💎and a great inspiration. The animations are something that makes you very different and special. Thanks a lot Mrs.Nana for taking the pain to put those efforts in. Highly appreciated.👏👏👏👌👌👌

  • @polarbear-wong
    @polarbear-wong 5 หลายเดือนก่อน

    This so far the best explanation. Thanks

  • @emanuelsergioorozco7827
    @emanuelsergioorozco7827 5 หลายเดือนก่อน

    a very clear explanation about K8S...

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

    Like the way you articulate and your presentation too is impeccable, love your slides, crisp clear and to the point. Appreciate your efforts on making such videos, No video did explain about Kubernetes to this extent, way to go!!! Keep up the good work.

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

    Excellent video in easy , concise , descriptive fashion .

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

    You are the best among all. I have good understanding of the k8s cluster after watching this video.

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

    Wow, Awesome is an understatement. THANK YOU for the clear explanation.

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

    Crystal clear explanation, thank you so much Nana

  • @shivangiverma8246
    @shivangiverma8246 21 วันที่ผ่านมา

    Simply love d way u explains... Thank you Nana

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

    Hi nana,
    I have been watching your videos for Kubernetes and I should say that this is the best way explained by anyone. I also want to tell you that many people say they choose Kubernetes over docker due to the complexity when your application grows big, but there aren't any videos on that part. My request is can you make a real-time video on what challenges we face when our application grows big, which led many people to choose Kubernetes over docker. This should help many people understand in real-time, why the shift has happened.
    Cheers

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

    Thank you Nana for such a great explanation and video. I have been working on changing my careers to DevOps and despite all the complex tools, K8s is been the most difficult one for me to understand. I have watched multiple videos and resources to understand kubernetes but this video just made my concepts so much clearer. Your videos are really helping me a lot while I am studying to change my career path to DevOps. Thanks so much, I hope you keep making videos and help others :)

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

    Your videos are nothing less then Tom Cruise movies😇👍😇

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

    You saved my time and provided the best quality content.... Thankyou 💯

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

    Going for my KCNA soon. Thanks for all your help, Nana!

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

    Perfectly explained. Thank you!

  • @taknevydder
    @taknevydder 7 หลายเดือนก่อน

    It is the visual representation in your videos which makes it very easy to understand. Really appreciate your time and effort to help us

  • @nimageofmine
    @nimageofmine 7 หลายเดือนก่อน

    Loved the tutorial. Thanks Nana.

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

    I resonate with all other comments complimenting your videos. Your explanations are clear. Your examples are on point. Your content radiates your own thorough understanding of this topic in practical settings. Thank you for using your expertise to help us navigate the complex world of kubernetes! Your work helped us save a lot of time!

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

      Thank you, really appreciate your kind feedback and support!

  • @kevinli9212
    @kevinli9212 4 ปีที่แล้ว +2

    Crystal clear explanation. Thank you!

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

    Have gone through different tutorials of Ingress. This is the most simplified and practical one. Loved it.

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

      Thank you so much! Really happy to hear that :)

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

    I am just loving it !!! Thanks Nana for saving us ... 😃

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

    One of the best videos, I love to watch. Keep continuing. Thanks

  • @gv.ramana
    @gv.ramana 4 ปีที่แล้ว +2

    Crystal clear, simplistic and realistic explanation of kubernetes architecture . Thanks & keep doing such great videos.

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

      Thank you so much Venkata! :) Will continue for sure 👍

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

    Just one thing I found myself doing since i watched your first two videos, I click Like then I watch, you are great explainer

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

      Hehe thanks Ahmed 😀 Liking my videos really help me, so again thank you :)

  • @amiMalimovka
    @amiMalimovka 4 ปีที่แล้ว +2

    finally! a good, coherent explanation. thank you!

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

      Thanks for the nice feedback, happy to hear that! :)

  • @dondreytaylor8001
    @dondreytaylor8001 4 ปีที่แล้ว +1

    Wow, amazing video! Hands down the most simplified explanation of Kubernetes I have seen so far. Thank you for putting this together. I also just subscribed to your channel, looking forward to watching more of what you put out.

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

      Thank you so much Dondrey :) Really happy to hear and also thanks for subscribing. Would appreciate your support by sharing my videos 🙏🙂

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

    Super clear explanation. Ty Nana!

  • @faizanhyder6383
    @faizanhyder6383 4 ปีที่แล้ว +1

    Clear and concise! You really know how to teach.

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

      Thanks Faizan! Glad you like my way of teaching :)

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

    Wow!!!! this is an amazing serie!!! Thanks 🤸‍♂️🤸‍♂️

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

      Thanks a lot! happy you enjoy watching the videos :)

  • @franchise2570
    @franchise2570 9 หลายเดือนก่อน

    You’re awesome Nana. I’m learning so much from your videos! 😊

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

    Awesome ! A very clear explanation. Thanks a lot.

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

    Awesome explained, thanks

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

    This is very excellent explanation

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

    This was quite helpful and amazing at the same time, thanks!

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

    Thanks, specially for supporting explanation with visual representation.

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

    Let me tell you , this is plain simple every useful explanation. Thank you dear

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

    Such a great teacher you are, nice video.

  • @harishvepachedu9509
    @harishvepachedu9509 4 ปีที่แล้ว +1

    Hello Nana,
    You have explained the k8s in such a simple and best way possible to understand the main concept. I appreciate your work. You the best.
    thank you for the videos.

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

      Hi Karthik! Thanks a lot, glad you like my videos :) Would be very helpful for me actually if you share the videos with other people interested in devops videos :) would appreciate that very much!

  • @ashokkumarreddy2288
    @ashokkumarreddy2288 4 ปีที่แล้ว +6

    You explained very well

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

    The best videos on DevOps.. excellent explanation.. Thank you Nana :)

  • @Rashmi-yt1zf
    @Rashmi-yt1zf 5 หลายเดือนก่อน

    As always, fantastic !

  • @breibreii
    @breibreii 4 ปีที่แล้ว +1

    Nana, you are great! As always, very good explanation, good pictures, overall very well put-together video. Thank you :)

  • @Write_Linux
    @Write_Linux 11 หลายเดือนก่อน

    Thanks!
    Watched half hour before exam, concept is cleared 🙌🏻

  • @alexsuholitko2528
    @alexsuholitko2528 4 ปีที่แล้ว +1

    Outstanding explanation. Thank you very much!

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

      You're welcome Alex, glad you liked my explanation :)

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

    very good explanation 👏 thanks

  • @moshiurmd.rahmanshuvo3067
    @moshiurmd.rahmanshuvo3067 3 ปีที่แล้ว

    fantastic explanation.. Thanks Nana

  • @trapslime16
    @trapslime16 4 ปีที่แล้ว +1

    Best video on kuber ever

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

    a thousand kudos dear teacher🥰🥰

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

    excellent explanation. thanks a lot

  • @nikericky9446
    @nikericky9446 5 หลายเดือนก่อน

    Very good! Nicely explained 👍

  • @karskharis8094
    @karskharis8094 4 ปีที่แล้ว +1

    Hi Nana, great work on your video! I've been watching your videos for some time, I must say well done! I've been trying to find videos explaining Kubernetes, I think your videos are the clearest ones! Well prepared, great visualisation and clear explanation! Please keep up the good work! Excited to see other topics! I will support you by not skipping ads :) ps. guys, let's do this to show our appreciation :)

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

      Hi Kars, thank you so much!! 🤗👍Really appreciate your support and also happy that my videos are so helpful! :)

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

    Awesome
    !! No words to say ...Great explanation

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

    Wow really great explanation 👍

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

    You are amazing, Thank you so much

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

    You've made the hard easy, thank you!

  • @SubhashKumar-re7ic
    @SubhashKumar-re7ic 4 ปีที่แล้ว +2

    Very well explained, keep posting Kubernetes videos.

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

      Thanks a lot! Yes, there are much more K8s videos I will record :)

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

    Thanks for Amazing Tutorial

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

    Super Explanation!!

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

    You are so talented !

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

    Very well explained! Really helpful video 👌

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

    Excellent Video

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

    wow! must watch thing before Kubernetes interview... great work Nana

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

    Thank you so much. this is really good content.

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

    Very helpful.. thank you :)

  • @catharinenoeth6449
    @catharinenoeth6449 หลายเดือนก่อน

    This is so helpful!!

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

    Excellent content and one of the favorite tech channels I watch. Thanks a ton for the lovely educational video series, it is very valuable. Thank you

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

      Wow, thanks Sriram. Appreciate your nice words!

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

      Sorry for asking again what video maker software are you using to make wonderful videos is this screenflow for Mac from Telestream?

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

    Well done, I hope you grow rapidly and teach us on various topics

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

    hi nana your videos are too good it and simple it help me to learn k8s easily thank you so much 😊

  • @ArunlalAshok
    @ArunlalAshok 4 ปีที่แล้ว +1

    Well explained!

  • @04minutes53
    @04minutes53 4 ปีที่แล้ว +1

    Great Work Thanks

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

    amazing explanation

  • @selvamm8182
    @selvamm8182 4 ปีที่แล้ว +2

    Very nicely explained!!!

  • @lucasoliveira-xs5yh
    @lucasoliveira-xs5yh ปีที่แล้ว

    You deserve like in all your videos. Congrats for the awesome content, it is helping me a lot to do deploy this week 😅

  • @drakejin1992
    @drakejin1992 4 ปีที่แล้ว +1

    Great explain. Thanks!

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

      You're welcome Drake, glad it was helpful :)

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

    Really helpful! Thx

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

    @nana, thanks for the video, it is very helpful

  • @balloney2175
    @balloney2175 4 ปีที่แล้ว +2

    Excellent!

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

    Helpful!

  • @user-dw3vk6ji1i
    @user-dw3vk6ji1i 3 ปีที่แล้ว

    Many thanks for the great content! Really helpful. I bought an online kubernetese course a while ago, and I have to admit your way of explaining concepts is way better.
    Could you please recommend videos that would guide me through the installation of kubernetese on my on-premises environment?
    I mean resources that are similar to your style.
    Thanks in advance.

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

    Great Video

  • @RootsterAnon
    @RootsterAnon 4 หลายเดือนก่อน

    amazing!