Why is Kubernetes Popular | What is Kubernetes?

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

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

  • @jordanfarr3157
    @jordanfarr3157 หลายเดือนก่อน +10

    Spectacular as always. I rewatch bytebytego videos after a few months and understand so much more everytime. These videos are super rich. Can't wait to get even more out of this in a few months!

  • @dhirajnavale3861
    @dhirajnavale3861 หลายเดือนก่อน +103

    On my way to add kubernetes in my resume

    • @niklasport6255
      @niklasport6255 หลายเดือนก่อน +2

      Same

    • @nukedeadx
      @nukedeadx หลายเดือนก่อน +3

      Ok lets deploy a kubernete that have access to a onpeemise server and database deployed on Google kubernete engine

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

      only confusing when you start working on it.

    • @Manojkumar__
      @Manojkumar__ หลายเดือนก่อน +2

      just by watching one video?

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

      ​@ManiBalajiC on his next job, he just learned how to use it, he is ready.

  • @AntenainaLand
    @AntenainaLand หลายเดือนก่อน +18

    this just gets published some hours after my interview where I needed it 😂

  • @kostasdiamantopoulos844
    @kostasdiamantopoulos844 หลายเดือนก่อน +2

    An external DB can be configured instead of etcd for high availability. Otherwise 3 Control Planes are needed minimum

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

    i believe this video is more better than the last one you have shared about the K8's.. kudos

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

    Undoubtedly the best video on TH-cam!

  • @k.karthikkutty5398
    @k.karthikkutty5398 หลายเดือนก่อน

    Thank you so much..
    I'm from India, trying to build my career in Software testing. I Love you works, it will be very helpful to me if you create a video on Software Testing the entire process from scratch to end. If so I will learn from it quickly as your works are crystal clear. I'm sorry for asking you too much to do just for me 😔

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

    I'm just amazed by the quality of your content , how do you make these animation, i wanna learn too .

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

      "Animation tools: Adobe Illustrator and After Effects."

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

    Great explanation 👏🏻

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

    Hey, thank you so much for such condensed but intuitive videos. what tool you use for creating these animations? Thanks!

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

    Awesome video and animation!

  • @rezagh5438
    @rezagh5438 หลายเดือนก่อน +2

    I think mini clips that are not very related to content, e.g. container horror, is unnecessary. Instead of giving time think about the concept, it just drags attention and reduces focus.

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

    This did not provide an answer to the "Why is it so popular?" question for me. In my opinion the popularity comes from the ability to distribute work both for development and maintenance.

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

    Thank you for doing this!

  • @Nielsx
    @Nielsx หลายเดือนก่อน +6

    Excellent summary of Kubernetes. Great video.

  • @RakeshKumar-pz2fr
    @RakeshKumar-pz2fr หลายเดือนก่อน

    Crisp and clear...

  • @retagainez
    @retagainez หลายเดือนก่อน +13

    Because some companies sometimes need to work with scale and some companies want to make things unnecessarily complicated. And as such, people work with it simply to pad out their Resume.

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

    Very well articulated ❤

  • @sebastienarribe3810
    @sebastienarribe3810 15 วันที่ผ่านมา

    excellent video 👍

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

    When are you gonna reveal how you make those godamn beautiful flowcharts.

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

      "Animation tools: Adobe Illustrator and After Effects."

  • @mamupelu565
    @mamupelu565 4 วันที่ผ่านมา

    Many of the uses you said, amazon provides through their services, so why would I use kubernetes on the cloud?

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

    Thank you for your video.

  • @some1rational
    @some1rational หลายเดือนก่อน +2

    mangodb my favorite flavor of mongodb 😏 haha good stuff as always

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

    Great Content !!

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

    amazing content

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

    So can I install apps like Brave browser or VSCode?

  • @pilgrimage0
    @pilgrimage0 หลายเดือนก่อน +3

    Practically speaking, how does Kubernetes differ from Docker Compose or Docker Swarm?

    • @ceyhundagl3164
      @ceyhundagl3164 หลายเดือนก่อน +3

      Docker Swarm and Kubernetes both perform container orchestration, but Swarm is a better option for local development because it’s simpler and easier to set up. Kubernetes, on the other hand, is more suited for production environments, especially when managing complex, large-scale deployments. You don’t need to use Kubernetes unless you're dealing with a production-level application that requires advanced features like auto-scaling, self-healing, and multi-cluster management.

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

      Compose is for single machines, while swarm and kubernetes are for clusters. Swarm would be the docker equivalent to kubernetes, but K8s has many more features that make it both harder to set up and manage and better fitted for large organizations

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

    Omg I needed this video 😂

  • @z-f772
    @z-f772 หลายเดือนก่อน

    This 'introduction' needs more jargon/buzzwords!

  • @BM-zv4xz
    @BM-zv4xz 23 วันที่ผ่านมา

    Could you narrate in a more boring tone?

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

    Video with a lot of buzzwords but doesn't really explain.

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

    3 minutes in. understood absolutely nothing

    • @rezagh5438
      @rezagh5438 หลายเดือนก่อน +2

      Same goes for me. Understood less and less, the further I was in.

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

      @@rezagh5438 Yeah the video is way too "low level" for beginners to understand. I've worked with K8s for a year now and can totally understand your confusion - Kubernetes is a beast; I truly mean it. However, if you want to start learning it, I recommend the free KodeKloud course on this subject. You get your own cluster with which you interact in a web-CLI and get guided through the basics by way of the course structure.

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

    Your English pronunciation, Sahn, is deteriorating... I struggle understanding words.