What is Kubernetes?

Ғылым және технология

Kickstart your Kubernetes journey → goo.gle/3nHQSzX
Welcome to the first episode of Kubernetes Essentials from Google Cloud! In this series, we’ll cover anything having to do with Kubernetes. In this first episode, we speak to what Kubernetes is, and how you can use it to resolve issues with monolithic applications. Watch to learn the basics of Kubernetes and how to integrate it into your own developer projects!
Chapters:
0:00 - Intro
0:17 - So what is Kubernetes
1:15 - What problems does it solve?
3:34 - When should people start using it?
4:08 - Recap
Watch more episodes of Kubernetes Essentials from Google Cloud → goo.gle/KubernetesEssentialsFr...
Subscribe to Google Cloud Platform→ goo.gle/GCP
product: Kubernetes; fullname: Carter Morgan, Kaslin Fields;
#KubernetesEssentialsfromGoogleCloud
Disclaimer: This is a Google Cloud series and is not affiliated with the Linux Foundation.

Пікірлер: 123

  • @mariyanzarev6423
    @mariyanzarev64233 жыл бұрын

    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

    2 жыл бұрын

    😂😂😂

  • @murylobatista8169

    @murylobatista8169

    2 жыл бұрын

    @@omairkhan5351 same

  • @FrozenFlames243

    @FrozenFlames243

    2 жыл бұрын

    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

    2 жыл бұрын

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

  • @alexandersuvorov2002

    @alexandersuvorov2002

    2 жыл бұрын

    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.

  • @maxrandom569
    @maxrandom5693 жыл бұрын

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

  • @panzonecadutodifaccia

    @panzonecadutodifaccia

    2 жыл бұрын

    Ye right, for free

  • @TheOnlyEpsilonAlpha
    @TheOnlyEpsilonAlpha3 жыл бұрын

    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

    3 жыл бұрын

    Great to hear, future videos will explore these topics!

  • @fXBorgmeister
    @fXBorgmeister2 жыл бұрын

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

  • @luckytemitope2551

    @luckytemitope2551

    2 жыл бұрын

    😂😂😂

  • @mohammadhashemi3946
    @mohammadhashemi39462 жыл бұрын

    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.

  • @googlecloudtech

    @googlecloudtech

    2 жыл бұрын

    Our pleasure!

  • @JacobCritch

    @JacobCritch

    2 жыл бұрын

    Same

  • @ShaktiS03
    @ShaktiS032 жыл бұрын

    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.

  • @William_Clinton_Muguai
    @William_Clinton_Muguai3 жыл бұрын

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

  • @jamesbyrne9312

    @jamesbyrne9312

    2 жыл бұрын

    Still russian to me

  • @CentigradeMind

    @CentigradeMind

    Жыл бұрын

    Best summary!

  • @parzh
    @parzh3 жыл бұрын

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

  • @therickestpicklerick

    @therickestpicklerick

    2 жыл бұрын

    hahaha!!!

  • @rubyzero12
    @rubyzero123 жыл бұрын

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

  • @googlecloudtech

    @googlecloudtech

    3 жыл бұрын

    Glad it helped!

  • @danvilela
    @danvilela3 жыл бұрын

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

  • @efjayadi

    @efjayadi

    3 жыл бұрын

    i don't even know what this is about

  • @satheesh786kumar

    @satheesh786kumar

    3 жыл бұрын

    OK I understand Thank you for you reply

  • @googlecloudtech

    @googlecloudtech

    3 жыл бұрын

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

  • @tmusic591
    @tmusic5913 жыл бұрын

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

  • @MohammadSalibi
    @MohammadSalibi3 жыл бұрын

    Wonderful explanation !! Thanks a lot :)

  • @googlecloudtech

    @googlecloudtech

    3 жыл бұрын

    Glad you liked it!

  • @as6894
    @as68943 жыл бұрын

    The simplest explanation of Kubernetes ever. Take a bow!

  • @LisaMReed
    @LisaMReed Жыл бұрын

    Thank you!!! I needed this!!

  • @ewurafuaplange4957
    @ewurafuaplange49573 жыл бұрын

    you had me at animations!

  • @AdamWolnikowski
    @AdamWolnikowski2 жыл бұрын

    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!

  • @Fabian-_-
    @Fabian-_-3 жыл бұрын

    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

    3 жыл бұрын

    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.

  • @sigreer83

    @sigreer83

    3 жыл бұрын

    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.

  • @haneefhawk
    @haneefhawk3 жыл бұрын

    Great video!, easy to understand.

  • @dawood121derful
    @dawood121derful3 жыл бұрын

    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.

  • @ahmedamer4885
    @ahmedamer48852 жыл бұрын

    Simple and straight to the point, loved it!

  • @cristianproust

    @cristianproust

    Жыл бұрын

    😂😂😂😂

  • @kotgc7987
    @kotgc79873 жыл бұрын

    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. :)

  • @MrElchav
    @MrElchav4 күн бұрын

    Excellent explanation!

  • @sosmimi8167
    @sosmimi81672 жыл бұрын

    great content man!

  • @myothercarisadelorean8957
    @myothercarisadelorean89573 жыл бұрын

    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

  • @user-oq6jg3gl8k
    @user-oq6jg3gl8k3 жыл бұрын

    why Google can always make videoes so cool and so fun

  • @examswillkillmeoneday1265
    @examswillkillmeoneday12658 ай бұрын

    Great explanation!

  • @albeenamaryjoseph8488
    @albeenamaryjoseph8488 Жыл бұрын

    Thanks bro!

  • @ritcheymt
    @ritcheymt3 жыл бұрын

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

  • @royshemtov5526
    @royshemtov55262 жыл бұрын

    So what is Kubernetes?

  • @worldsharmas
    @worldsharmas3 жыл бұрын

    Awesome

  • @kalebchoi6372
    @kalebchoi63723 жыл бұрын

    Im confused still

  • @adamchang9136
    @adamchang91362 жыл бұрын

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

  • @FutureAIDev2015
    @FutureAIDev20152 жыл бұрын

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

  • @1952JBoy

    @1952JBoy

    2 жыл бұрын

    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

  • @user-qb2ug6pp4z
    @user-qb2ug6pp4z4 ай бұрын

    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

  • @sidtrip1109
    @sidtrip11092 жыл бұрын

    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.

  • @lakshaynz
    @lakshaynz Жыл бұрын

    this was awesome

  • @priyankachittabathina7082
    @priyankachittabathina7082 Жыл бұрын

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

  • @brighnquisitive6217
    @brighnquisitive62173 жыл бұрын

    Neat

  • @mahmoudmuhiz1073
    @mahmoudmuhiz10732 жыл бұрын

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

  • @alisen2785
    @alisen27853 жыл бұрын

    Really, best explanation ever

  • @googlecloudtech

    @googlecloudtech

    3 жыл бұрын

    Glad you liked it

  • @OmegaF77
    @OmegaF773 жыл бұрын

    So it's like AWS?

  • @gregcounts4021

    @gregcounts4021

    3 жыл бұрын

    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.

  • @toujoursapprendre2948
    @toujoursapprendre29482 жыл бұрын

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

  • @mvs69
    @mvs692 жыл бұрын

    where is cc?

  • @ozairakhtarcom
    @ozairakhtarcom3 жыл бұрын

    Cool

  • @amandaheyliger477
    @amandaheyliger4772 жыл бұрын

    nice video!

  • @googlecloudtech

    @googlecloudtech

    2 жыл бұрын

    Thanks!

  • @shrishkumar2948
    @shrishkumar29482 жыл бұрын

    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).

  • @SVGc1993

    @SVGc1993

    Жыл бұрын

    +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

    8 ай бұрын

    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.

  • @jumbo-dev
    @jumbo-dev3 жыл бұрын

    Nice

  • @alvaromp1106
    @alvaromp11062 жыл бұрын

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

  • @prithviboinpally2138
    @prithviboinpally2138 Жыл бұрын

    Is that a suit with a hood?

  • @uve_viktor_doom
    @uve_viktor_doom2 жыл бұрын

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

  • @mohdhaffismustaffa9344
    @mohdhaffismustaffa93443 жыл бұрын

    I don't understand the process 🤔

  • @flavb83music

    @flavb83music

    3 жыл бұрын

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

  • @mohdhaffismustaffa9344

    @mohdhaffismustaffa9344

    3 жыл бұрын

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

  • @flavb83music

    @flavb83music

    3 жыл бұрын

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

  • @markmirchandani

    @markmirchandani

    3 жыл бұрын

    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

  • @stenkoning
    @stenkoning3 жыл бұрын

    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

  • @user-hf7do3so2p

    @user-hf7do3so2p

    3 жыл бұрын

    This is just an interview question on conflict resolution 😂

  • @glowingember1466
    @glowingember14663 жыл бұрын

    epic

  • @keithgardner5818
    @keithgardner5818 Жыл бұрын

    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.

  • @DSLightning21
    @DSLightning21Ай бұрын

    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. 🙄

  • @tylerdurden6273
    @tylerdurden62733 жыл бұрын

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

  • @Kaar
    @Kaar3 жыл бұрын

    Who is this kind of videos for?

  • @rictr7421
    @rictr74212 жыл бұрын

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

  • @emmyghast
    @emmyghast3 жыл бұрын

    hi

  • @paulmcburney6874
    @paulmcburney68749 ай бұрын

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

  • @examswillkillmeoneday1265

    @examswillkillmeoneday1265

    8 ай бұрын

    Ku-ber-net-ees... That's 4! How are you pronouncing it then?

  • @ntxmike3705
    @ntxmike37052 жыл бұрын

    Not a fan of the cartoon presentation.

  • @Horrorclause00
    @Horrorclause002 жыл бұрын

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

  • @alvaromp1106
    @alvaromp11062 жыл бұрын

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

  • @AviAssayag
    @AviAssayag2 жыл бұрын

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

  • @chinnachinni5386
    @chinnachinni53863 жыл бұрын

    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
    @HenryPan3 жыл бұрын

    Cool

Келесі