What is Helm Charts | Helm Kubernetes Demo with NGINX

  Рет қаралды 42,658

Cloud With Raj

Cloud With Raj

Күн бұрын

Пікірлер: 45
@박성환-x9y
@박성환-x9y 2 жыл бұрын
I've watched some intro vidoes for Helm and this is the most brilliant one. I got a grasp of it. Thanks bro, see you in other vidoes. :)
@cloudwithraj
@cloudwithraj 2 жыл бұрын
Rock on!
@sorover111
@sorover111 2 жыл бұрын
A little context/history on the use of the word “Chart” (for anyone curious): I’m brand new to this, but Kubernetes clearly takes its name from the Greek word for “helmsman” or “pilot(in the nautical/maritime/boating sense)” So we’ve got a nautical-maritime-sailing theme going already with k8’s (also consider ‘Pods’ which are groups of whales). “Charts” in the nautical/sailing sense are just maps .. Maybe a bit more specific in that ‘charts’ typically are revised regularly.. So they are regularly revised or re-mapped (when new data became available about new rocks in the ocean or sandbars surfacing) (ocean/nautical) mapping (but fyi we also use the term ‘charts’ in aviation for the same thing: regularly revised / re-mapped .. maps WHICH ARE pretty much what you originally thought! Maps are graphed data .. the data being geographical features. Charts are regular revisions of them. 👌🏼
@cloudwithraj
@cloudwithraj 2 жыл бұрын
Nice, Ty for the background info
@meghasingal7082
@meghasingal7082 2 жыл бұрын
well explained in the simplest way, thank you, Raj!
@tajchana1
@tajchana1 3 жыл бұрын
Thanks Raj, well explained need this for my task at work this week 🙌 have a good week bro.
@cloudwithraj
@cloudwithraj 3 жыл бұрын
All the best
@yetanother7754
@yetanother7754 4 жыл бұрын
Simple and straight to the point .. Loved it .Liked & Subscribed and binge watching is in progress :)
@richardlanglois5183
@richardlanglois5183 2 жыл бұрын
Great presentation!
@cloudwithraj
@cloudwithraj 2 жыл бұрын
Thanks for watching
@somenghosh6861
@somenghosh6861 2 жыл бұрын
Very nice and informative
@subhand9961
@subhand9961 3 жыл бұрын
Excellent video !! crisp&clear thanks a lot
@cloudwithraj
@cloudwithraj 3 жыл бұрын
Glad it helped!
@nvasudeva
@nvasudeva 2 жыл бұрын
Nicely explained!
@cloudwithraj
@cloudwithraj 2 жыл бұрын
Glad it was helpful!
@Adarsh8750
@Adarsh8750 3 жыл бұрын
I am still half way to the video, I love it already
@sameerpatil1583
@sameerpatil1583 3 жыл бұрын
Hey Raj. Great video and thanks for your time. I have a question, so is there a way we can create our own chart? I mean to ask, if I have my own Container Image for my website. Will I be able to write, what image to be fetched, what kind of service to be created and other things? Apologies if the terminologies I used are incorrect. Pretty new to this.
@swarnashissarkar4767
@swarnashissarkar4767 3 жыл бұрын
Simple and very well explained!! Thanks a lot
@cloudwithraj
@cloudwithraj 3 жыл бұрын
Glad it was helpful!
@ajaykumarveldhi6385
@ajaykumarveldhi6385 4 жыл бұрын
great stuff for beginners ... thank you ..!!
@cloudwithraj
@cloudwithraj 4 жыл бұрын
Glad it was helpful!
@vissuadusumalli994
@vissuadusumalli994 3 жыл бұрын
Many thanks for the video.However i do not get the exact difference between helm and kustomize.I will check it out
@lakshmic583
@lakshmic583 2 жыл бұрын
Hi @Raj If possible can share a PDF document and more videos on helm charts with real-time exp
@AK_sheikh933
@AK_sheikh933 2 жыл бұрын
Can we have more practical videos on helm chart please !Thankyou
@chandanjivlogs
@chandanjivlogs 4 жыл бұрын
Awesome session. Thank you.
@cloudwithraj
@cloudwithraj 4 жыл бұрын
Ty Chandan for watching
@bvr333
@bvr333 3 жыл бұрын
great video
@cloudwithraj
@cloudwithraj 3 жыл бұрын
Thanks!
@mmu99
@mmu99 4 жыл бұрын
thanks a lot for the video.. really simple and nice explanation.. love it :)
@cloudwithraj
@cloudwithraj 4 жыл бұрын
Glad it helped!
@seshagirik4066
@seshagirik4066 4 жыл бұрын
Very useful , thanks for posting it.
@cloudwithraj
@cloudwithraj 4 жыл бұрын
Thanks Seshagiri for watching. I am glad you found it useful.
@karthick5044
@karthick5044 3 жыл бұрын
Your initial understanding is same as mine... 📈 Charts.😁
@cloudwithraj
@cloudwithraj 3 жыл бұрын
Haha yup the name is very confusing
@Shaikhidayath1
@Shaikhidayath1 4 жыл бұрын
Good work...Very helpfull...Thanks!
@cloudwithraj
@cloudwithraj 4 жыл бұрын
Glad it was helpful! Thanks for watching
@raghunathmahakud4270
@raghunathmahakud4270 4 жыл бұрын
Is it possible to stop helm upgrade or how to do immutable config map using helm with kubernates v1.13
@charliec9072
@charliec9072 4 жыл бұрын
excellent video.
@vetiarvind
@vetiarvind 4 жыл бұрын
Good stuff man. Your accent is funny and I like your command over the tools on command line.
@cloudwithraj
@cloudwithraj 4 жыл бұрын
Awesome, thank you!
@gabrieleghesla6906
@gabrieleghesla6906 Жыл бұрын
I did not understand how you deployed that on AWS since you were acting on a local cmd
@somrajroy2842
@somrajroy2842 2 жыл бұрын
Hi Raj - I am installing NGINX as you demonstrated in the video. However when I do "kubectl gert svc" then I do not see an external IP (like you have in video). Also the service IP is null which is availale in helm status ( export SERVICE_IP=$(kubectl get svc --namespace default mynginx -o jsonpath='{.status.loadBalancer.ingress[0].ip}'). When I do "kubectl descrobe service" then I do not see the option "Loadbalacer ingress" in output which is present in your case. Rest of the fields are same. To get the URL I am running command "minikube service nginx --url". When I paste this URL in browser i get the NGINX home page. Any idea what is the issue ? Do i need nginx controller also ???? Kindly can you let me know.
@cloudwithraj
@cloudwithraj 2 жыл бұрын
You need to do this in AWS to get the load balancer ingress. Minikube is just running in local
@firefoxcarranza6432
@firefoxcarranza6432 Жыл бұрын
Plis i have your courses on udemy plis put subtitles on spanish, thanks
@diegomiranda4181
@diegomiranda4181 Жыл бұрын
Well explained, quick and to the point. Thanks a lot!!
Package Management with Helm // Kubernetes Tutorial
20:11
Christian Lempa
Рет қаралды 32 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
A deep dive into Helm Dependencies
10:11
Anais Urlichs
Рет қаралды 7 М.
Kubernetes ConfigMap and Secret as Kubernetes Volumes | Demo
16:54
TechWorld with Nana
Рет қаралды 208 М.
How to Create Helm Charts - The Ultimate Guide
22:26
DevOps Journey
Рет қаралды 131 М.
Using Helm Values Files with Argo CD
17:27
Akuity
Рет қаралды 21 М.
What is Helm? | Helm Concepts Explained | KodeKloud
13:18
KodeKloud
Рет қаралды 95 М.
Kubernetes 101: Deploying Your First Application!
40:47
DevOps Directive
Рет қаралды 75 М.
Avoid These AWS Solutions Architect Interview Mistakes
11:34
Cloud With Raj
Рет қаралды 6 М.
What is Helm?
9:06
IBM Technology
Рет қаралды 369 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41