Day-31 | KUBERNETES ARCHITECTURE USING EXAMPLES | Kubernetes is Easy

  Рет қаралды 113,508

Abhishek.Veeramalla

Abhishek.Veeramalla

Күн бұрын

Пікірлер: 247
@isaacambi1914
@isaacambi1914 11 ай бұрын
I have struggled with everything in Tech before I met you. Thank God for Indians, thank God for your life
@pavanmarisetti8895
@pavanmarisetti8895 Жыл бұрын
I don't know i become a hero after completion of this course but I truely tell that from the bottom of my heart you are the real hero for sharing such a realistic data for free...
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot for the kind words .. Can you please share the channel with your friends and groups ..
@Klynbsn
@Klynbsn Жыл бұрын
Keep doing great work Abhishek. Appreciate your efforts 👍
@googlemani
@googlemani 10 ай бұрын
I was thinking the same thing.
@Rorschach_ind
@Rorschach_ind Жыл бұрын
Thank You Sir! It was easy to understand! Pod - A Kubernetes pod is a collection of one or more containers, and is the smallest unit of a Kubernetes application k8s architecture # Control plane (master node) ## api server - core component of k8s, accepts all incoming reqs, exposes k8s to external world. ## etcd - key value store, cluster related infos. ## scheduler - scheduling pods or resources on k8s, receives info from api server & acts on it ## controller manager - ensures controllers like replica set are running ## cloud controller manager - like terraform # Data plane (worker node) ## kubelet - creates pod, ensures pod is always running ## kube proxy - provides networking like Docker0, default load balancing ## container runtime - runs container inside pod this is my basic understanding. will improve it in future.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@Sudeepj_24
@Sudeepj_24 10 ай бұрын
### Architecture of K8s - Data plane (Worker Node) → 3 components: 1) Kubelet (Creating and managing pod) 2) Kube Proxy (uses iptables in Linux machine) 3) Container Runtime (enviornment) - Control Plane (Master Node) → 1) API Server (exposes to external world) 2) Scheduler (Scheduling pods or resources in K8s) Receives information from API server 3) etcd: Backup service (key value store) 4) Controller Manager Example: Replica Set 5) CCM (Cloud Controller Manager) - No need for on-premice
@ankitsrivastav8346
@ankitsrivastav8346 11 ай бұрын
Kubernetes (sometimes shortened to K8s with the 8 standing for the number of letters between the “K” and the “s”) is an open source system to deploy, scale, and manage containerized applications anywhere.
@rushilaughingvirus5415
@rushilaughingvirus5415 Ай бұрын
people who watches your videos wont feel any doubts, that much clarity has been inbuild in your videos
@BalaP-z4w
@BalaP-z4w Ай бұрын
I don't know i become a hero after completion of this course but I truely tell that from the bottom of my heart you are the real hero for sharing such a realistic data for free...
@ashishhverma
@ashishhverma Жыл бұрын
Appreciating your work Keep this things always free cause once a wise man said - “Only knowledge is the one which get increases when you share it with another” Love your teaching❤
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks a lot
@normalman7076
@normalman7076 Жыл бұрын
I don't know how he is teaching us in easy way? I have bought the KodeCloud as well but Abhishek is literally providing us in depth knowledge whatever he takes it. The amount overview in this Video I got is awesome. Thanks again bro
@shivani6400
@shivani6400 Жыл бұрын
I bought that too, but still feel like i know nothing in kubernetes. Thanks to Abhishek for connecting all the loose ends so effortlessly.
@ashwinreddy2866
@ashwinreddy2866 8 ай бұрын
At 9:42 you mentioned "There is a component in k8 I'll keep that component in suspense" I just love the way you teach the subject. Amazing teaching skills. More Power to you.
@nick-sx2zn
@nick-sx2zn 7 ай бұрын
that component is api server since every request of resurce creation first has to go through the api servre.
@akashpal7748
@akashpal7748 20 күн бұрын
Literally he looked at the kubermetes as a whole enterprise working, like boss and workers 😂. The best explanation ever
@AbhishekVeeramalla
@AbhishekVeeramalla 20 күн бұрын
❤️
@SumitBudhawant
@SumitBudhawant 2 күн бұрын
your teaching skills are amazing...
@sushmithakr4470
@sushmithakr4470 Жыл бұрын
Best explanation of Kubernetes arch ever seen. this course is recommended for every devops aspirant.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@ankitaB11
@ankitaB11 5 ай бұрын
Abhishek you are a gem! I pray for you and your family. Thanks a ton for taking care, creating such amazing courses!
@AbhishekVeeramalla
@AbhishekVeeramalla 5 ай бұрын
Thanks a ton
@saimadhabvaranasi9855
@saimadhabvaranasi9855 9 ай бұрын
The way you are explaining the Kubernetes(Where everyone scares). Just wow.🤩
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
Most welcome !!
@Cloudnp9458
@Cloudnp9458 11 ай бұрын
Control plane components are - api server, etcd, scheduler, controller manager, ccm _ cloud controller manager. Node components - kubelet, kube proxy, container runtime Container runtime is equivalent to dockershim in docker Kubelet is responsible for running and ensuring pod is always running. Kubelete interacts with container-runtime to i e cri-o or xontainerd to run the container inside pod. If pod is not running kubelet will inform kube_apiserver. Kub *Kube-proxy - provides, networking, ipaddresses and load balancing for the pod to communicate, Implements iptables..
@GrigTech
@GrigTech 2 ай бұрын
Thank You ABishek for easy-way explanation, with you we are becoming K8S masters
@dineshnarayanam8327
@dineshnarayanam8327 2 ай бұрын
Amazing way of teaching. Making concepts more interesting. Thank You Abhishek.
@maharshibhatnagar1384
@maharshibhatnagar1384 Жыл бұрын
Hands down, That is the best Kubernetes explanation ever. You are really a Master at Work.
@ride_it_
@ride_it_ Жыл бұрын
after 30 days. Spending this much of my time on your videos is really really worth of watching and still excited about next next videos and getting interested on the tools of DevOps. Much appreciated for your efforts Thanks a lot man.
@amansharma-xh6og
@amansharma-xh6og 4 ай бұрын
I tried learning the architecture from other paid Udemy courses but didn’t succeed. @abhishek, you definitely deserve a spot in the Hall of Fame or even a statue at Madame Tussauds for your outstanding teaching!
@AbhishekVeeramalla
@AbhishekVeeramalla 4 ай бұрын
😅
@rajanbabu033
@rajanbabu033 9 ай бұрын
Awesome Explanation. you are making complex topic to understand easily
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
Thanks a ton
@amitbadyal7631
@amitbadyal7631 Жыл бұрын
one thing for this video.... just crisp and clear
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot
@Prasad_gutha
@Prasad_gutha Жыл бұрын
I am going through the DEVOPS ZERO TO HERO course, today i started KUBERNETES after gone through the DAY-31 k8's architecture video i got a clear idea on CONTROL PLANE and DATA PLANE and total components in it. THANKS to #ABHISHEK VEERAMALLA.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@mohdrayees8919
@mohdrayees8919 6 ай бұрын
Thanks alot abhishek sir for explaining k8s arch in detail
@fab-dev
@fab-dev 11 күн бұрын
Great @Abhishek! Thank you so much!!!
@sainirmalreddygavini2392
@sainirmalreddygavini2392 10 ай бұрын
I am following your tutorial and it's like you give a detailed explanation and that is very easy to get into our minds , I can't thank enough for this Abhishek anna and even I'm making notes from few classes that is helping me to understand whenever I see them , Thankyu Abhishek , Hatsoff 👏..
@Praveen347-q6n
@Praveen347-q6n Жыл бұрын
nice explanation brother..k8s 8 letters between k-s
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Yes, correct
@satwiksatat2176
@satwiksatat2176 6 ай бұрын
This was more than just a course video, Thanks !
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
You're welcome!
@bhanudhulipalla8612
@bhanudhulipalla8612 Жыл бұрын
After watching this video easily understood the k8s architecture....tnq bro you are doing great job for us🤝❤️
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
It's my pleasure
@minakshibutola3279
@minakshibutola3279 Жыл бұрын
Very well explained k8s architecture 👍i used to scare about it a lot but now its very clear to me🤗 Thank you so much Abhishek 🙏
@DeepakSingh-fd2ix
@DeepakSingh-fd2ix 4 ай бұрын
sir you make so easy to understand k8s hats off you sir
@showcase816
@showcase816 Жыл бұрын
thank you very much Abhishek. learning from cameroon cemtral africa
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks !!
@Akashks-f9n
@Akashks-f9n Жыл бұрын
The way you Explained was Awesome👌👌
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
❤️
@jackayuk424
@jackayuk424 9 ай бұрын
Thank your from the bottom of my heart this huge information for free more wins for you Sir❤
@DeepakSingh-o6n6p
@DeepakSingh-o6n6p 6 ай бұрын
Understood Every Bit of the Video, Fantastic explanation Abhishek sir 🔥
@gbhuvana8365
@gbhuvana8365 9 күн бұрын
Thanks a lot sir. Greatful to you.
@Sidd.syamprasad
@Sidd.syamprasad 5 ай бұрын
thanks a lot guruji...ur my Devops Guru😍😍
@reyanshibirru4127
@reyanshibirru4127 Жыл бұрын
Very Useful....tq Because word Kubernetes has 8 letters between the first and last letters
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Awesome 😎
@sushmajyothi8659
@sushmajyothi8659 Жыл бұрын
A big thanks for outstanding kubernetes sessions👍👏
@jitenderpal3588
@jitenderpal3588 Жыл бұрын
very well explained Abhishke bhai...great learning from the session.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
It's my pleasure
@techfeeds7589
@techfeeds7589 Жыл бұрын
My first comment, you are hero of k8s.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot
@kshikha5019
@kshikha5019 Жыл бұрын
Superbly explained
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thank you 🙂
@rekhadevikondeti5764
@rekhadevikondeti5764 Жыл бұрын
Amazingly explained.Thank you so much Abhishek :)
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Most welcome
@prateekverma5169
@prateekverma5169 Жыл бұрын
Excellent video
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thank you very much!
@rameshsamal-m6y
@rameshsamal-m6y Жыл бұрын
Great Job
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@iammtw
@iammtw Жыл бұрын
Kubernetes is commonly abbreviated as "K8s", which is a shorthand notation that replaces the eight letters between "K" and "s" with the number 8.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Awesome
@Iam_raju_ch
@Iam_raju_ch Жыл бұрын
This session is gold 🙂
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@bpatil31
@bpatil31 Жыл бұрын
Hi Abhishek I am always scared of these Docker and Kubernetes, and had lot of hesitation to learn as I felt these must be very complicated (from the paid coursed i ahve taken🙄) even to understand theoretically , Thanks a ton you made me understand K8s so well, it really felt easy. (I am not sure how my practical exposure will be :🤔 i am sure i will learn from your videos. Kudos to you.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Amazing .. Thanks
@deepaknimbalkar8295
@deepaknimbalkar8295 8 ай бұрын
Thank You very much for share very imp content for Kubernetes.
@harishadunuri9867
@harishadunuri9867 Жыл бұрын
Excellent i grasp every word of your session much more informative.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thank you so much 😀
@Sidd.syamprasad
@Sidd.syamprasad 5 ай бұрын
Good morning abhi guru👋👋👋💕
@averagebadmin10player
@averagebadmin10player Жыл бұрын
Just mind blowing..
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thank you
@godasumesh2366
@godasumesh2366 Жыл бұрын
Really Awesome Bro, clear explanation. Thank you
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Awesome. Please share the videos with your friends and groups
@Maaa-warangal
@Maaa-warangal 6 ай бұрын
thank you .I have gone through Udemy courses related to k8s but none of them explained like you
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Thanks 🙏
@tonarasi
@tonarasi Жыл бұрын
Lucid & clear
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@RajeshKumarRamesh
@RajeshKumarRamesh Жыл бұрын
Nice explanation Abhishek. Thanks:)
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Welcome
@ashwathdange2898
@ashwathdange2898 8 ай бұрын
Just awesome. Thankyou so much
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Most welcome 😊
@scorcism.
@scorcism. Жыл бұрын
just one word awesomeeeeeeeeeee
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@VivekKumar-ru8ur
@VivekKumar-ru8ur 10 ай бұрын
AWS GCP Azure are lols. ABHISHEK CLOUD IS THE FUTURE 😊😂
@AbhishekVeeramalla
@AbhishekVeeramalla 10 ай бұрын
Lol
@VivekKumar-ru8ur
@VivekKumar-ru8ur 10 ай бұрын
@abhishekveeramalla Are Sir, I searched udemy coursera everything but yours is best among all, I am cloud engineer at Hyland Is there any paid course of yours as well??
@sharan.2822
@sharan.2822 4 ай бұрын
😂😂
@rameshgedela1559
@rameshgedela1559 Жыл бұрын
Gooood explanation...😊
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks a lot
@vback4238
@vback4238 Жыл бұрын
Awesome job as always!
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks again!
@Aman-fz1ew
@Aman-fz1ew 4 ай бұрын
really nice explanation
@nishiprakash4434
@nishiprakash4434 Жыл бұрын
Hey Abhishek, you are just awesome.
@sudhansumohanty2057
@sudhansumohanty2057 10 ай бұрын
awesome teaching
@shivaabhishek222
@shivaabhishek222 Жыл бұрын
In between the letters k and s there will be 8 letters 'ubernete'. That is the reason it's short form is k8s k'ubernete's
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Awesome
@sharan.2822
@sharan.2822 4 ай бұрын
the ans for this is that The abbreviation "K8s" is for the word "Kubernetes", which is an open source system for managing, scaling, and deploying containerized applications. The "8" in "K8s" stands for the number of letters between the "K" and the "s"
@nagarjunahota4498
@nagarjunahota4498 Жыл бұрын
It's like a naming convention, n there r exactly 8 letters in between K and S. I think it's called as numeronym
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Awesome
@PrachiBhoj-k8v
@PrachiBhoj-k8v 11 ай бұрын
Thank you so much abhishek sir
@battumamatha7144
@battumamatha7144 Жыл бұрын
thanks for u r knwlg and a special thanks for u r suggestion to add the knwldg shared by u to LinkedIn ..... thank you Abhishek for u r valueable ⌚ 🙏
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Welcome 😁
@דניאלזריהון-י5כ
@דניאלזריהון-י5כ 23 күн бұрын
thank u for this video!
@jaykumaranbu7173
@jaykumaranbu7173 Жыл бұрын
Nice Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks 🙏
@bhargavchowdhary673
@bhargavchowdhary673 5 ай бұрын
8 standing for the number of letters between the “K” and the “s” so it is called k8s
@pratappadhy2005
@pratappadhy2005 9 ай бұрын
You are a legend 🥰
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
😀
@cloudpachehra1113
@cloudpachehra1113 6 ай бұрын
Loved it ❤❤
@meghanagowda9967
@meghanagowda9967 Жыл бұрын
Hi Abhishek ….Thanks for the wonderful video…can you please tell the difference between ccm and terraform?it shall be really helpful
@DigvijaySingh-c6z
@DigvijaySingh-c6z 4 ай бұрын
K8s - because Kubernetes - 8 words in between K & S
@Vishwask22
@Vishwask22 Жыл бұрын
Great explanation Abhishek! Found it really useful. Understood the workflow and the use of K8S components. Now my doubt is can we use this simple architecture to explain it to the interviewer? Thanks.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Yes yes
@niroshthota5819
@niroshthota5819 11 ай бұрын
in between K and S total 8 letters as a shortcut we call it as k8s
@reneshmlal2809
@reneshmlal2809 8 ай бұрын
Thank You ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Thank you so much 😀
@rapurusirisha
@rapurusirisha Жыл бұрын
Kubelet will always ensures that if the POD is running or not. suppose if one of the POD is not running Kubelet will inform to Control Plane Component. to which Component it will inform ? my guess is Kubelet will inform to API Server
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Yes. You are correct. It notifies the API server
@adarshjha__1
@adarshjha__1 Жыл бұрын
Day-31 done ✅
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Great, keep going
@themarvel9516
@themarvel9516 26 күн бұрын
There are eight(8) letters in between K and S so it is called K8S
@murari5414
@murari5414 6 ай бұрын
Kubernetes is also called as k8s because in between k & s there are 8 alphabets
@pavanpaladhi3732
@pavanpaladhi3732 10 ай бұрын
you seriously nalied it sir .
@manishkannamoney7455
@manishkannamoney7455 3 ай бұрын
Great Explanation! Can you Suggest steps to implement "I want to run Automation script of selenium with java using Kubernetes?"Thanks in Advance
@AutomationTestingStudio
@AutomationTestingStudio 4 ай бұрын
Abhishek please explain with the help of cloud example? install k8s on aws and explain
@KishorKumar-s2r
@KishorKumar-s2r 5 ай бұрын
Between K - S there are 8 characters in Kubernetes so its commonly callaed K8s
@faisaliqbal7382
@faisaliqbal7382 Жыл бұрын
Nice❤
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Welcome
@RameshVemula-px3lp
@RameshVemula-px3lp 11 ай бұрын
Hi @Abhishek Your videos are too good and easy to understand. Iam looking for the concept Node affinity. Could you please help me here.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
🙏
@RameshVemula-px3lp
@RameshVemula-px3lp 11 ай бұрын
Could you please help me on Node infinity topic.
@rupaligupta4546
@rupaligupta4546 10 ай бұрын
So basically , you wanted to say that master component is control plane component and worker component is data plane component
@anjalishreya9890
@anjalishreya9890 Жыл бұрын
Today only in interview they asked this question and i was not able to answer but ya make sure I will able to answer this question from next onwards.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Awesome
@ThePercivalGlyde
@ThePercivalGlyde 21 күн бұрын
good
@gowrirayi
@gowrirayi 8 ай бұрын
if you give the practical experience of each and every thing like kube proxy how it works, controller manager and cloud controller thx
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Yes
@jigneshvyas3105
@jigneshvyas3105 3 ай бұрын
Hi Abhishek! Thank you very much for your videos. I am really grateful. One feedback though, you didn't explain in part 30 and in the beginning part 31 what node is. But you are talking about it assuming that the beginners will understand it anyway.
@ravindraravi7435
@ravindraravi7435 9 ай бұрын
Thank you ^^
@GoldenBeast90
@GoldenBeast90 10 ай бұрын
What's the difference between controller manager and kube proxy?
@abhinaygunjal1114
@abhinaygunjal1114 Жыл бұрын
Hi Abhishek, A quick question containerd, dockershim, cri-o are all daemons, correct? And the actual runtime is runC or kata. So can we say that container runtime encompasses two components? A high level process called daemon(containerd, dockershim, cri-o) and a low-level runtime in runC or kata or crun?
@pankajholariya8331
@pankajholariya8331 3 ай бұрын
K8s = k(ubernete)s 8 latter in prentices that why its call k8s
@avaneeshsingh32
@avaneeshsingh32 Жыл бұрын
There are 8 letters b/w K and S in kubernetes letter. thats why its known as K8s
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
A Simple Breakdown on Kubernetes Architecture || K21Academy
14:29
Kubernetes Services networking
7:13
Project Calico
Рет қаралды 94 М.
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
3:36:55
TechWorld with Nana
Рет қаралды 9 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН