What is Kubernetes?

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

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

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

    This feels like a good video for someone who's already familiar with the concept. I have no clue what Kubernetes is and still don't after watching the video.

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

      😂😂😂

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

      @@omairkhan5351 same

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

      so its like container orchestration system for Docker that is more extensive than Docker Swarm and is meant to coordinate clusters of nodes at scale in production in an efficient manner and if you don't know what is docker then consider it a glorified software production 9000.

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

      @@FrozenFlames243 This info is very high-level and is pretty useless for both tech and business users.

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

      For those who are still wondering what K8s is. Simply put it is a cluster management software. It allows creation of clusters made out of Docker containers. Docker containers is pretty much sandboxing an app into a single directory and make it feel as if it was the only process on the system.

  • @SerhiiTykhonenko-n7c
    @SerhiiTykhonenko-n7c 11 หลายเดือนก่อน

    time code:
    Intro 0:00
    What is Kubernetes 0:17
    What problem does it solve 1:15
    When using it 3:33
    Recap 4:08

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

    So "orchestrator" makes you think of "orchestra", thanks for making such a leap, I could not have done it alone!

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

    In a nutshell, Kubernetes is a container-orchestrator when running specific kinds of apps called microservices, but they too find application in monoliths.

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

    I‘ve waited for a series about Kubernetes. Showcasing the Build up on a cluster on prem and in the cloud, managing Pods, making Programms Kubernetes compatible, showing how to scale right and at the same time hold the connections between the services, and best practices to scale an app

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

      Great to hear, future videos will explore these topics!

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

    It took me a looong time to understand this. Now i do. Please next video.

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

      i don't even know what this is about

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

      OK I understand
      Thank you for you reply

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

      We're glad this helped, Daniel! We're working on the next one :)

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

    I am REALLY glad that you make such an effort for free! Thanks, Google

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

    Still confused.
    I understand this is not a replacement for Docker. Docker is installed ontop of Kubernetes.
    1. Is Kubernetes some Google product push?
    2. Is Kubernetes a replacement for other hypervisors?
    3. Is Kubernetes a replacement for RanchOS?
    4. What exactly is RanchOS as RanchOS and Kubernetes seem to be pushed a lot?

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

      1. No, it's an open source cloud native way to manage containers.
      2. It depends on your requirements. Aspects like scalability & availability play a big part in the decision making process.
      For 3. & 4. I don't have an answer because I'm not familiar with RanchOS. :)

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

    Good explanation but for a beginner like me , i would want a little more informal approach in understanding,
    but i admire it was a thorough explanation.

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

    Thanks to the subtitles, I know that the guy’s name is SPEAKER 1. Keep it up, SPEAKER 👍

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

    I hear Kubernetes a lot in my field but is it the only primary source for container management? If not, do they all work the same? Seems lately like people are learning one specific name tool but who's to say that it is the standard use? Example would be everyone and their brother spending hours learning AWS and finally getting certified. But what if the company you want to work for only runs on Azure?

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

      then you learn azure instead of aws its that simple. if you work for company that uses aws, learn aws, and if you work for company that uses azure then learn azure

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

    So much lingo that I quit at 0:53 after the "simplified" explanation.

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

    I have been watching tutorials for Kubernetes and absolutely no one can teach as easy as you do guys, I'm impressed. Thank you so much.

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

    I have so many questions after watching this...
    Is he wearing a blazer with a perfectly matching hoodie? Is it a blazer with a built-in hoodie? Is it a hoodie with blazer lapels? I need answers!

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

    What is containers and what it contains?

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

      containers an i refer to docker is simple a virtual machine if you know vmware and stuff. you can run anything in a container (os,webserver, microservices, applications or libraries). if my explaination is incorrect feel free to correct me i have only 1 year job experience and i am starting to get into devops.

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

    What's the difference between a program and an application? Is an application an ensemble of programs working together?

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

      In software development, I notice that people usually have pretty fungible definitions for application so it really depends on the context in which that word is used. In this example, I'd say an application can refer to any individual microservice or the overall system that these microservices collectively make together

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

    The simplest explanation of Kubernetes ever. Take a bow!

  • @Fabian-_-
    @Fabian-_- 4 ปีที่แล้ว +4

    Wanted to get into Kubernetes for a long time now just to learn how it works. Been working with Docker until now and I love it, been also told that kubernetes is even better for container health management etc.
    This is legit the first video out of 30-50 that explained Kubernetes in a short time, understandable and fun. Thanks a lot!

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

      Great to hear! There's no "one right answer" but most cloud providers definitely have Kubernetes-focused offerings, and they're a great way to play around and try things out without having to worry about manually setting the base infrastructure up.

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

      Similar experience. I guess there are so many facets to Kubernetes that it's difficult to explain in simple terms. That leads to either ridiculous analogies that only serve to confuse or a bombardment of teminology and concepts that you make no sense without accompanying context. Don't say it very often, but good job Google.

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

    Awesome video, I've been trying to understand Kubernetes for a day now, and this made it simple and it has finally clicked. Thanks!

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

    What are Cluster, Node, Pod, Container? just throwing names... may be there should a video about little more about these for newbies like me.

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

    Oh that first paragraph of what Kubernetes is reminds me of the explanation that the CEO of Bitcoin provided to Conan for what Bitcoin is.

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

    Wonderful explanation !! Thanks a lot :)

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

    So it's like AWS?

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

      No, Kubernetes would be more like a conductor and orchestra, while AWS would be more like a venue. You could run Kubernetes on AWS. AWS is providing the compute infrastructure as a service and Kubernetes would be running in that environment.

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

    great content man!

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

    Thank you!!! I needed this!!

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

    Excellent explanation!

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

    you had me at animations!

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

    Simple and straight to the point, loved it!

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

    I watched many videos. But yours certainly explain it in the most simple way! Keep going!

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

    I still don't understand it. Someone explain or care to share another video link?

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

    So what is Kubernetes?

  • @d123-y5i
    @d123-y5i 3 ปีที่แล้ว

    why Google can always make videoes so cool and so fun

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

    Im confused still

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

    dude why did i got recommended this 3 times in a row

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

    Great video!, easy to understand.

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

    For those who like throw this domain's jargon, shame on you.
    For others, it's simply for deploying (ie making it online and available to peeps) and managing non-monolithic software (i.e. software that is NOT just a single exe or app, but rather multiple services working together).
    The conductor example here is pretty nice one, even if it might not be 100% accurate (which it doesn't need to be, it just needs to be close enough).

    • @sergio-unradelic
      @sergio-unradelic 2 ปีที่แล้ว

      +1 on the jargon part. Thanks for your explanation.

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

    so is it just like.. automated containers? lol I still don't get it

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

      It's not so much the containers that are automated, I think it's more so how they're connected and managed. Like, if one needs to change, Kubernetes can easily adapt it to the cluster. That is my understanding, but I am new to it.

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

    Instead of the silly animations, why don't you guys focus on examples?

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

    where is cc?

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

    I don't understand the process 🤔

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

      Don't try to understand watching videos. Do it, and you will understand.

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

      @@flavmusic how to do it if don't understand really can't feel it 😑

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

      @@mohdhaffismustaffa9344 go to github, git clone, read the Readme and start manipulating the commands

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

      There's a lot to learn for sure! These videos are great for getting an introduction to the concepts but trying it out for yourself definitely helps, and you can out these labs for free that go more in-depth on different areas: goo.gle/gketurns5

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

    after seeing this video, still unclear what Kubernetes is, lool

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

    Is that a suit with a hood?

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

    this was awesome

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

    Great now down the rabbit hole. Time to find out what’s a monolith. What’s a container. Ugh

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

    nice video!

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

    Thanks bro!

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

    I wish I could understand this but either my brain is half-dead or these people aren't talking in english

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

    I really don't get it. Containers, monoliths, any of it. I've worked with computers my whole life, starting with punched cards, and I wish that the "explanations" of what the current technologies are would focus on what problem(s) they solve in procedural or operational terms, not in self-referential terms, or terms that simply refer to other technologies. If you can't say what a program or a piece of code *does* in terms of, say, some human activity (since humans are by and large the audience and beneficiaries here), I'm not sure you're really explaining it. Tell me why something I'm trying to accomplish would need this technology, and maybe I'll understand it.

  • @crown-i3s
    @crown-i3s 4 ปีที่แล้ว +3

    Have you ever had the feeling that you're very ambitious to do really well as a developer, that your technical knowledge and individualistic approach made you stand out? But that you keep running into conflicts with your peers? Hey, I know this is a bit off-topic, but I'm trying to figure out how I can make the lives of developers a lot easier. Is there anyone here that works in tech and would like to help me answer two simple questions?

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

      NO

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

      This is just an interview question on conflict resolution 😂

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

    Yeah, still have no idea what Kubernetes is after watching this video (and I'm a software developer that also has choir director experience 🎶, so the analogies didn't exactly work). 🤷🏻‍♂
    Try defining what "monoliths" and "containers" are before making assumptions about the listener's presumed understanding in relative context. I'll search elsewhere. 🙄

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

    Awesome

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

    Just another layer in the ever increasing accidental complexity trap the industry is building every day.

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

    Who is this kind of videos for?

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

    Neat

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

    Not a fan of the cartoon presentation.

  • @jumbo-dev
    @jumbo-dev 4 ปีที่แล้ว

    Nice

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

    I refuse to believe kubernetes has 4 syllables. You can't make me.

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

    Cool

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

    This video does nothing to explain to a layman what kubernetes actually is.

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

    No good. I could read this everywhere. Still no understanding. I was expecting an example. Thumbs down.-

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

    I've never seen such a bad video. Ever.

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

    hi

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

    epic

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

    hi i am working on windows 10
    when i try to execute the CMD (kubectl create -f nginx-deployment.yml)
    error: the path "nginx-deployment.yml" does not exist
    please help me ,

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

      Every 60 seconds a minute passes in Africa

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

    Cool