No video

Building Helm Charts From the Ground Up: An Introduction to Kubernetes [I] - Amy Chen, Heptio

  Рет қаралды 144,594

CNCF [Cloud Native Computing Foundation]

CNCF [Cloud Native Computing Foundation]

Күн бұрын

Пікірлер: 112
@ansilh
@ansilh 5 жыл бұрын
Helm starts at 12:00
@anibaldk
@anibaldk 4 жыл бұрын
I owe you 12 minutes.
@smrafi7399
@smrafi7399 4 жыл бұрын
Thanks for saving 12 minutes and also bandwidth :-)
@tarekbenguiza3576
@tarekbenguiza3576 4 жыл бұрын
Thank you I needed this lol
@breibreii
@breibreii 4 жыл бұрын
thanks, man
@nonzzo
@nonzzo 2 жыл бұрын
Thank you!
@marcusnielsen2009
@marcusnielsen2009 6 жыл бұрын
Wow, really great talk! Kubernetes and Helm doesn't feel like this huge mountain to climb now, but more of a relaxing zip line.
@JeongOhn
@JeongOhn 5 жыл бұрын
Thank you Amy, I was looking for a simple version of 'what is Helm and why use it?', and this pretty much gave me an idea.
@dmitriysolodukha9646
@dmitriysolodukha9646 3 жыл бұрын
She is a great speaker! Clear, quickly and interesting :) Love it
@eyalpery8470
@eyalpery8470 5 жыл бұрын
She is amazing! Baby computer inside a computer, she sure knows how to teach stuff. Thanks for the explanation of Helm, helped a lot understanding this ! One last thing...filled-alpaca !
@manjeetswt
@manjeetswt 5 жыл бұрын
seriously , this girl makes me love helm .. thank you
@kentkits
@kentkits 6 жыл бұрын
Very crisp and short intro. Surely will help newbies! Thanks Amy
@llluuuiiisssooo
@llluuuiiisssooo 4 жыл бұрын
Great job. As a k8s newbie I found this very helpful, especially understanding helm in a nutshell. Constructive feedback: I’m watching this 2 years late, so I’m sure you’ve prob done this talk many times over. I wanted to provide a piece of constructive feedback anyways: telling the story in reverse order would’ve been better for a beginners audience (like me). Show how to do every step with kubectl first so that I understand everything Involved, and then show me the helm way. This way everything clicks. In any way, this was a fantastic talk. great job and thank you!!
@yeheekim
@yeheekim 4 жыл бұрын
This was very helpful. It's been a month and a half into Docker, K8s, and Helms and this is by far the most helpful demo I found. Thanks!
@backpackernz
@backpackernz 6 жыл бұрын
Very good explanation, much better than many lengthy tutorials.
@debakarr
@debakarr Жыл бұрын
Crazy things are how supportive the audiences are.
@kevinlesterbaculao7530
@kevinlesterbaculao7530 6 жыл бұрын
I am doing a code review of my Sr. colleague who is going to take off the plane soon. This videos helped me a lot in reviewing his code before he's going to say bye bye. great great great!!!! woaahhh. Thanks a lot.
@rishacha
@rishacha 6 жыл бұрын
Learning Helm in 2018 from this video. Very helpful for newbies and I like her enthusiasm...
@takurtime
@takurtime 4 жыл бұрын
Great demo, I didn't even saw the time passing, I work in the area, but I often find myself getting lost with all these technical stuff without an example, this demo was simple, but clarifying!!!
@timjohnson8820
@timjohnson8820 5 жыл бұрын
nice demo. the graphics were really helpful and the demo of helm compared to using kubectl was very helpful. I was happy to see she got the kubectl exec command wrong because it make me feel good I am not the only one who struggles with these commands while learning this technology
@liyuanma498
@liyuanma498 6 жыл бұрын
Very clear video for the Kub introduction
@TheFrediee
@TheFrediee 4 жыл бұрын
very good presentations for beginners in short
@jasonguo7596
@jasonguo7596 5 жыл бұрын
Thanks for the presentation. The talk is easy to follow!
@jesssinues415
@jesssinues415 6 жыл бұрын
@28:50 Other than what @iphooi said, you can actually put together all those yaml files into one and just separate them with a double dash. Kubectl is smart enough to distinguish them. What I'm really happy about helm is that you can just create templates and manipulate values via one centralized values.yaml file! This way, integrating it in your CI/CD pipelines is way easier!
@alainpannetier2543
@alainpannetier2543 2 жыл бұрын
Yeah. So instead of having 10 small yaml you can fix one by one, you have one big one with the same total amount of configuration mistakes but you haven't got a clue, which part is wrong. Big progress.
@manasbudam7192
@manasbudam7192 5 жыл бұрын
Helpful for absolute beginners
@samsushah
@samsushah 4 жыл бұрын
Very nice Amy! Very educational!
@ButchHammer
@ButchHammer 6 жыл бұрын
Nice intro, just what I needed ! Thank you
@taaruna1639
@taaruna1639 4 жыл бұрын
Wonderful presentation. Thanks.
@an859
@an859 5 жыл бұрын
Very nice presentation, it helps me a lot to understand kubernetes and helm.
@barronanderson7867
@barronanderson7867 5 жыл бұрын
Good video, thanks! The 'all you gotta do is...' part of the video had some hiccups - It goes to show Kubernetes and related tools are difficult in general. Hiccups occurred even with notes from a trial run of steps. The video does a nice job illustrating the benefits of Helm compared to standard kubectl, so that was great.
@hassanhashemi6478
@hassanhashemi6478 5 жыл бұрын
Thanks Amy, Great presentation.
@idanshviro8962
@idanshviro8962 4 жыл бұрын
Thank you for your time, great talk!
@quangvo4563
@quangvo4563 4 жыл бұрын
Very helpful. Thank you Amy
@dmoka
@dmoka 5 жыл бұрын
Awesome and informative presentation, thanks Amy!
@CarloL525
@CarloL525 4 жыл бұрын
Great approach to teaching Helm (and Kubernetes in General). Thanks!
@iphooi
@iphooi 6 жыл бұрын
28:10 You don't need to deploy "on its on". kubectl also capable to apply multiple yaml files also recursively. `kubectl apply -R -f .`
@jcvicelli
@jcvicelli 6 жыл бұрын
yeah, kind of, why another tool and a manifest if a kubectl can do it
@juanjoseredondo759
@juanjoseredondo759 5 жыл бұрын
@@jcvicelliYou are right, but the added value of helm is how it manages upgrades and rollbacks, apart from the reduced complexity if you integrate your k8s cluster with a pipeline
@skybontal139
@skybontal139 5 жыл бұрын
a man must use kubectl in production
@shahirahmed.
@shahirahmed. 5 жыл бұрын
very clear and helpful !!👍🏼
@ankitlakum1
@ankitlakum1 3 жыл бұрын
Interesting also, thanks 😊
@vernetto
@vernetto 5 жыл бұрын
this presentation is perfect, I wonder what motivated all those downvotes, maybe they were too inexperienced to follow it. you must have some understanding of kubernetes to follow it.
@RandomShowerThoughts
@RandomShowerThoughts 5 жыл бұрын
great video
@ernestoballon
@ernestoballon 5 жыл бұрын
Great talk
@sparshneel123
@sparshneel123 4 жыл бұрын
Really Good Talk
@Technologynorth
@Technologynorth 6 жыл бұрын
Really nice introduction into using Helm. Nice one Amy
@DontTakeCrack
@DontTakeCrack 5 жыл бұрын
thanks, great and short explanation for both kubernetes + helm.
@eschrader
@eschrader 4 жыл бұрын
Thank you for the video, it was helpful for when I use the Azure DevOps with Node.JS Express and AKS. The OOTB helm commands are "magic" and this helped understand how the Charts and template files are related. I do wish someone would give this exact overview but with Azure DevOps and Node.JS Express with AKS.
@Daidera91
@Daidera91 5 жыл бұрын
gifted speaker
@adamhughes9938
@adamhughes9938 5 жыл бұрын
Really helpful thanks
@manunibal
@manunibal 6 жыл бұрын
Very clear, thanks
@richardwang3438
@richardwang3438 4 жыл бұрын
nice video, I like it
@inhanhhuy553
@inhanhhuy553 5 жыл бұрын
Amazing work these! thank you.
@vamsidharmamillapalli6844
@vamsidharmamillapalli6844 4 жыл бұрын
Perfect!!
@alexlen2736
@alexlen2736 4 жыл бұрын
very useful ❤️
@arnoldwolfstein
@arnoldwolfstein 3 жыл бұрын
Where is the "building helm chart from ground up" part?
@gabbarsingh1984
@gabbarsingh1984 5 жыл бұрын
Nice presentation ;-)
@djason_music
@djason_music 6 жыл бұрын
Great explanations, Amy!
@robertdeheer1307
@robertdeheer1307 5 жыл бұрын
I love it. Shit just goes wrong when you put it in production
@TocnaelStarcraft
@TocnaelStarcraft 6 жыл бұрын
informative demos
@alainpannetier2543
@alainpannetier2543 2 жыл бұрын
Baby container. Riiiight! Sorry if I prefer the "Linux thread" explanation.
@sreeprakashneelakantan5051
@sreeprakashneelakantan5051 6 жыл бұрын
Very good understanding and explanation, way to go 👌
@nikhilsidhaye1347
@nikhilsidhaye1347 6 жыл бұрын
kubectl create -fR part3-kubectl or kubectl apply -fR part3-kubectl will deploy all in one command. Very basic one.
@raghunathmahakud4270
@raghunathmahakud4270 4 жыл бұрын
Is it possible to stop helm upgrade or how to do immutable config map using helm with kubernates v1.13
@gaatutube
@gaatutube 6 жыл бұрын
Wished the demo screen occupied a larger portion of the overall screen. But good presentation overall.
@rodislavmoldovanalternativ4474
@rodislavmoldovanalternativ4474 6 жыл бұрын
Please consider that developers are interested on how you deploy things, since the software should be capable to be deployed in certain ways as well :)
@codemongod
@codemongod 6 жыл бұрын
Wow, great explanation
@googleuser2036
@googleuser2036 6 жыл бұрын
Great demo Amy!!
@daksh6752
@daksh6752 6 жыл бұрын
5:32 is apt available in alpine? I thought alpine used apk
@karimipour
@karimipour 6 жыл бұрын
Good demo.
@mikedqin
@mikedqin 4 жыл бұрын
The folder is templates, instead of manifests. How did Amy prepare her presentation?
@johndurrett3573
@johndurrett3573 4 жыл бұрын
Recall that she was hired like 4 days before the presentation...Try on-boarding to your first company fresh from collage and prepare for demo in front of large audience. The stress levels most people would go thru is astronomical. She handled it admirably. I would not fault someone under that kind of duress for minor issues.
@GauravKhare89
@GauravKhare89 4 жыл бұрын
Hi, Can anyone pls explain how to run helm commands going to a remote Kubernetes cluster, may be aws eks
@martinholy6336
@martinholy6336 6 жыл бұрын
Amy, you don't have to write down the "clear" command again and again, just hit the shortcut control+L.
@JeongOhn
@JeongOhn 5 жыл бұрын
This is a bigger find then Helm. Thanx!
@user-robinhuang
@user-robinhuang 6 жыл бұрын
thanks,Amy
@ravikumar-xs7et
@ravikumar-xs7et 4 жыл бұрын
Hi Amy, may I know the git location , where you have all these yaml files ?
@togo7022
@togo7022 5 жыл бұрын
can someone explain what happen at 25:06 and 25:56? did the first command fail because the container within the pod was not ready yet? (despite the pod having the 'running' status). that's my speculation but i'm new to k8s
@timjohnson8820
@timjohnson8820 5 жыл бұрын
I think the command failed because she type kubectl exec pod nginx... the word pod is not needed
@subashbhandari2787
@subashbhandari2787 5 жыл бұрын
You are right. The container she used in the first command was actually terminating. By the time she executed that command, the pod was not active. Later, she used another pod which was active
@sauravbhagat4737
@sauravbhagat4737 4 жыл бұрын
What IP did she type in the browser?
@thestigify
@thestigify 5 жыл бұрын
Is there like a GitHub link to the helm charts?
@stlophen
@stlophen 5 жыл бұрын
github.com/helm/helm
@plokko1
@plokko1 2 жыл бұрын
- "Everything is ephemeral, everythings die, things are complicated" - Wow, are you a K8s expert? - No, it's just my depression
@ichodnic
@ichodnic 4 жыл бұрын
Where is part 2???
@johndurrett3573
@johndurrett3573 4 жыл бұрын
I believe is was the other folder/deployments she was referring too in hindsight. i thought it meant another recording..but her folders were for different parts.
@mikewy1203
@mikewy1203 5 жыл бұрын
Neat introduction of helm. But it seems that she mixed up the concept of ingress resource and ingress controller.
@johndurrett3573
@johndurrett3573 4 жыл бұрын
Why not post a clarification then?
@mikewy1203
@mikewy1203 4 жыл бұрын
John Durrett 18:23 She calls the yaml file as an ingress controller, while actually it is an ingress resource, which describes the routing rule of this ingress. Ingress controller is the nginx deployment and service that she showed before, which would provide ingress once this ingress resource is applied.
@Dxeus
@Dxeus 5 жыл бұрын
it was a session of bragging about applying some ready-made charts with the helm. "Ooo .. helm apply .. yes lets double check it now. "
@pengdu7751
@pengdu7751 6 жыл бұрын
she likes saying "right" a lot. Great clear video nontheless! thanks!
@markramotowski50
@markramotowski50 6 жыл бұрын
Dammit, I hadn't noticed it until you said it! Now I can't un-notice it :(
@PUBG-go4pe
@PUBG-go4pe 6 жыл бұрын
how about "like" ?
@mgazza2
@mgazza2 6 жыл бұрын
Like right!?
@thestigify
@thestigify 5 жыл бұрын
right
@fraternitas5117
@fraternitas5117 2 жыл бұрын
too bad a woman was used here to serve as a distraction from the talk
@villiano1
@villiano1 3 жыл бұрын
"Like, like, ..., like, right? Like ... right?" Right.
@PUBG-go4pe
@PUBG-go4pe 6 жыл бұрын
Did I just here it wrong or did I really here "vagina dollars" ? @2:52
@Apochocolate
@Apochocolate 5 жыл бұрын
how did you hear that dumb shit
@carlsjr7975
@carlsjr7975 5 жыл бұрын
@@Apochocolate Trump is your president.
@Se7enACK
@Se7enACK 5 жыл бұрын
#moron
@vernetto
@vernetto 5 жыл бұрын
bigillian dollars . bigillian is like gazillion, a VERY large number
@tiltedmacha
@tiltedmacha 2 жыл бұрын
is that California valley girl accent?
@cajone7591
@cajone7591 6 жыл бұрын
Degree educated and punctuates every sentence with the word 'like', how many times does she say like in the first 45 secs of this video, could not listen to any more than 45 secs, sorry :(
@atulmy
@atulmy 6 жыл бұрын
Cut people some slack. You might shit your pants when you are standing up there and giving a talk.
@LukePighetti
@LukePighetti 6 жыл бұрын
Too bad you didn't finish the talk, she did an incredible job.
@giwahdavalos4699
@giwahdavalos4699 6 жыл бұрын
it's really worth seeing it completely
@timjohnson8820
@timjohnson8820 5 жыл бұрын
I like that she talks like a normal person not a nerd like you
@scottmacgregor9023
@scottmacgregor9023 5 жыл бұрын
She is nervous, practicing public speaking and listening to yourself is how you eliminate “um, right, and like”. Good job on stage getting through basic material.
@TheXiguazhi
@TheXiguazhi 6 жыл бұрын
very good video.
Helm Chart Patterns [I] - Vic Iglesias, Google
28:32
CNCF [Cloud Native Computing Foundation]
Рет қаралды 37 М.
Kubernetes Distributions and 'Kernels' - Tim Hockin & Michael Rubin, Google
35:34
CNCF [Cloud Native Computing Foundation]
Рет қаралды 2,9 М.
مسبح السرير #قصير
00:19
سكتشات وحركات
Рет қаралды 11 МЛН
All about HELM
33:08
Pavan Elthepu
Рет қаралды 10 М.
Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down - Carson Anderson, DOMO
33:15
CNCF [Cloud Native Computing Foundation]
Рет қаралды 188 М.
Helm 3 Deep Dive - Taylor Thomas, Microsoft Azure & Martin Hickey, IBM
35:49
CNCF [Cloud Native Computing Foundation]
Рет қаралды 26 М.
Persistent Storage with Kubernetes in Production - Which Solution and Why? [I] - Cheryl Hung
35:36
CNCF [Cloud Native Computing Foundation]
Рет қаралды 50 М.
Kubernetes Design Principles: Understand the Why - Saad Ali, Google
37:53
CNCF [Cloud Native Computing Foundation]
Рет қаралды 126 М.
One Chart to Rule Them All: Continuous Deployment with Helm at Ticketmaster - Michael Goodness
33:41
CNCF [Cloud Native Computing Foundation]
Рет қаралды 18 М.
Vault and Secret Management in Kubernetes [I] - Armon Dadgar, HashiCorp
30:44
CNCF [Cloud Native Computing Foundation]
Рет қаралды 34 М.
Introduction to Helm | Kubernetes Tutorial | Beginners Guide
27:32
That DevOps Guy
Рет қаралды 170 М.
Kubernetes Course - Full Beginners Tutorial (Containerize Your Apps!)
2:58:01