Introduction to Kubernetes and Docker

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • Start your software dev career - calcur.tech/de... 💯 FREE Courses (100+ hours) - calcur.tech/al...
    🐍 Python Course - calcur.tech/py...
    ✅ Data Structures & Algorithms - calcur.tech/ds...
    ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
    ✉️ Newsletter - calcur.tech/ne...
    📸 Instagram - / calebcurry
    🐦 Twitter - / calebcurry
    🔗 LinkedIn - / calebcurry
    ▶️ Subscribe - calcur.tech/sub...
    👨🏻‍🎓 Courses - www.codebreakt...
    ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
    ↪ My Amazon Store - www.amazon.com...
    🅿 Patreon - calcur.tech/pat...
    🅖 GitHub Sponsors - github.com/spo...
    Ⓟ Paypal - paypal.me/calcur
    🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
    🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
    📈 Buy Bitcoin - calcur.tech/cr...
    Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/cr...

КОМЕНТАРІ • 62

  • @gradientO
    @gradientO 4 роки тому +42

    Is this a series? Thank you so much. You've always explained complex stuff with ease. Thank you

    • @zes3813
      @zes3813 3 роки тому +2

      wrrr

    • @1982richyb
      @1982richyb Рік тому

      I came to comments to see if this was a series. Given that I can't find a link to the series and this is 2nd most popular question I'm going to say this is not a series

    • @gradientO
      @gradientO Рік тому

      ​@@1982richyb playlist with 3 videos ua-cam.com/play/PL_c9BZzLwBRJ86AcKK3dpvCWZbicjAG1E.html

  • @amospan14
    @amospan14 2 роки тому

    wow the container visualization example was perfect! thank you Caleb!

  • @dominik7587
    @dominik7587 4 роки тому +5

    Thank you so much! Looking forward for the series.
    Btw, you are awesome!

  • @user-sw8py5ep6g
    @user-sw8py5ep6g 2 роки тому

    Lols, I like ur style of delivery, pretty natural and "kinda" straightforward like my ways of teaching. You just got a new subscriber.

  • @jespinoza011
    @jespinoza011 3 роки тому +4

    Phenomenal explanation! Well done. This video was very informative and easy to understand! Good job 👍

  • @tobzdaman619
    @tobzdaman619 Рік тому

    Best description I could have for right now, thank you so much dude

  • @akams_r
    @akams_r 2 роки тому

    From your java series now to this, am totally bloon away dude, your method of explaining is a boom,

  • @AnirudhSharma9211
    @AnirudhSharma9211 3 роки тому +3

    Gas mask and dagger for "some reason" hmmmmm..
    Jokes aside, wonderful video!

  • @kelvinmburu2698
    @kelvinmburu2698 Рік тому

    Thank you sir. Your explanation helped me to create a mental model of this container concept

  • @AliMKRaja
    @AliMKRaja 3 роки тому +5

    @7:12 Thats not load balancing, its called High Availability. Load Balance is when a server maxes traffic capacity and traffic transfers over to the next target server in a horizontal scale situation.

    • @dpxprhulc4xkl
      @dpxprhulc4xkl 3 роки тому

      Thanks Mr. Capital obvious. Appreciate the idea that he is trying to explain rather than nitpicking on minute details

  • @stephentellez5718
    @stephentellez5718 2 роки тому

    you are amazing, the way you explain tings are a master piece in the education spectrum, thank you so much for share you videos

  • @vijaypawar5003
    @vijaypawar5003 2 роки тому

    I loved the explanation with a real container. Cheers

  • @anwang4391
    @anwang4391 2 роки тому

    Super clear and helpful guide for n00bs. Thank you

  • @tejaswini887
    @tejaswini887 2 роки тому

    0.44 almost forgot the other one for a second 👋🏻 Hi Caleb, I'm your new subscriber.

  • @Daemonnecis
    @Daemonnecis 2 роки тому

    That were totaly good invested 10 mins, thanks dude!

  • @bobDotJS
    @bobDotJS 4 роки тому

    I have been dying to find a good tutorial series for docker

  • @sedem_quame
    @sedem_quame 3 роки тому +1

    If i didn't have this container here i'd be handling stuff .... (falls) .. exactly this is why you need containers 😂😂

  • @TheGiantHog
    @TheGiantHog 3 роки тому

    Great analogy for docker, thank you

  • @yasirrrrr
    @yasirrrrr 2 роки тому

    It was a quite useful and fun video. You do have a knack to engage the audience. Wish you luck for more :)

  • @mrbrdo
    @mrbrdo Рік тому

    Good job, fun to watch and also explained what I wanted to know (basically should I care about K8s and the answer for me was not really :D)

  • @geekyreinaldo
    @geekyreinaldo 2 роки тому

    This is probably going to be the weirdest comment but your arrows are SO PERFECT OMG!!! haha
    Thanks for the explanation!

  • @braiinworms
    @braiinworms 2 роки тому +1

    A gym bag, a gas mask, and a dagger walk into a bar

  • @aparvkishnov4595
    @aparvkishnov4595 2 роки тому

    Great acting at 2:14

  • @Worldexplorer2390
    @Worldexplorer2390 4 роки тому

    Please make more of these!

  • @yuriortiz4648
    @yuriortiz4648 4 роки тому

    Um hey caleb can you pls help me with this simple C# agument * method problem I don't understand what the method is doing
    class Program
    {
    static int Fact(int num)
    {
    if (num == 1)
    {return 1;}
    else
    {return num * Fact(num - 1);}
    }
    static void Main(string[] args)
    {
    Console.WriteLine(Fact(6));
    }
    }
    outcome is 720 instead of 30

  • @Raminber
    @Raminber 4 роки тому

    Actually this video was quite funny 🤣. Thumps up!

  • @faisalhakim5920
    @faisalhakim5920 4 роки тому

    good explanation.

  • @markleodionisio2669
    @markleodionisio2669 4 роки тому

    Master pls make a video for forex

  • @garunakt6081
    @garunakt6081 2 роки тому

    awesome man

  • @maybenew7293
    @maybenew7293 Рік тому

    2:40 as a millenial I thought that wasn't the keyboard but the actual computer as in the Commodore

  • @bmovie5002
    @bmovie5002 3 роки тому

    Well done

  • @reduser77
    @reduser77 4 роки тому

    thanks

  • @charleschia4414
    @charleschia4414 3 роки тому

    Veryyy clear

  • @Worldexplorer2390
    @Worldexplorer2390 4 роки тому

    So the main job of docker is to run applications anywhere

  • @playfulmathematician5928
    @playfulmathematician5928 4 роки тому

    can you do ruby

  • @jpap967
    @jpap967 2 роки тому

    Dang why you gotta hurt my portfolio's feelings like that 😪

  • @2ossy
    @2ossy 4 роки тому

    What's up with the insane amount of video's lately!?

  • @marlonvillacinda865
    @marlonvillacinda865 4 роки тому

    Crack!!

  • @zes3813
    @zes3813 3 роки тому

    wr

  • @meekbronsen6668
    @meekbronsen6668 Місяць тому

    This guy teaches programming with his face

  • @yongzhenmi7941
    @yongzhenmi7941 4 роки тому +2

    Each time I watch Caleb's video, I find his face gets more rounder. HaHaHa. Thanks buddy for teaching us, but try more exercise when not teaching.

  • @PlayRiteProductions
    @PlayRiteProductions 4 роки тому +4

    Great video, thanks. Would love to see more on this especially micro services.

  • @hamdamjonganijonov8825
    @hamdamjonganijonov8825 4 роки тому +3

    6:53 to anyone xD

  • @tamarastarink3687
    @tamarastarink3687 2 роки тому +1

    Wow, a super explanation! I read tons but finally, I get the picture clearly. Thank you much! You truly have this talent to bring the information to others also in a fun way!

  • @leratoblos6728
    @leratoblos6728 2 роки тому

    hi Caleb. please make a series on microservices. because wow.

  • @danielspring1574
    @danielspring1574 4 роки тому

    Nice Video. Thanks

  • @noushinbehboudi5694
    @noushinbehboudi5694 3 роки тому

    Great Material, thank you!

  • @mahzadsemsar2353
    @mahzadsemsar2353 3 роки тому

    You have a gift for this :))

  • @TheAjayTyler
    @TheAjayTyler 2 роки тому

    Thanks you for the clear explanation! I was having trouble really getting things to "click" in my head on how these two things interact, and this finally did it for me :)

  • @rbrobots6871
    @rbrobots6871 2 роки тому

    Great video!

  • @Maist46
    @Maist46 2 роки тому

    Great video

  • @zes3813
    @zes3813 3 роки тому

    wrg, any s any fx nmw

  • @divyaalok5538
    @divyaalok5538 2 роки тому

    Awesome

  • @henryhill6251
    @henryhill6251 2 роки тому

    Nice

  • @mohammedyoutube6102
    @mohammedyoutube6102 3 роки тому

    The abbreviation K8s is derived by replacing the eight letters of “ubernete” with the digit 8.

    • @AnirudhSharma9211
      @AnirudhSharma9211 3 роки тому

      The stars appear small to our eyes because they are far far away.