Тёмный

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

Abhishek.Veeramalla
Подписаться 355 тыс.
Просмотров 94 тыс.
50% 1

Опубликовано:

 

6 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 232   
@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 7 месяцев назад
I was thinking the same thing.
@isaacambi1914
@isaacambi1914 8 месяцев назад
I have struggled with everything in Tech before I met you. Thank God for Indians, thank God for your life
@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 Год назад
😍😍
@ankitsrivastav8346
@ankitsrivastav8346 8 месяцев назад
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.
@Sudeepj_24
@Sudeepj_24 7 месяцев назад
### 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
@GrigTech
@GrigTech 4 часа назад
Thank You ABishek for easy-way explanation, with you we are becoming K8S masters
@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 11 месяцев назад
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 10 месяцев назад
I bought that too, but still feel like i know nothing in kubernetes. Thanks to Abhishek for connecting all the loose ends so effortlessly.
@ankitaB11
@ankitaB11 3 месяца назад
Abhishek you are a gem! I pray for you and your family. Thanks a ton for taking care, creating such amazing courses!
@AbhishekVeeramalla
@AbhishekVeeramalla 3 месяца назад
Thanks a ton
@Cloudnp9458
@Cloudnp9458 8 месяцев назад
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..
@mohdrayees8919
@mohdrayees8919 3 месяца назад
Thanks alot abhishek sir for explaining k8s arch in detail
@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
@ashwinreddy2866
@ashwinreddy2866 6 месяцев назад
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 4 месяца назад
that component is api server since every request of resurce creation first has to go through the api servre.
@amansharma-xh6og
@amansharma-xh6og Месяц назад
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 Месяц назад
😅
@sushmithakr4470
@sushmithakr4470 Год назад
Best explanation of Kubernetes arch ever seen. this course is recommended for every devops aspirant.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
😍😍
@saimadhabvaranasi9855
@saimadhabvaranasi9855 7 месяцев назад
The way you are explaining the Kubernetes(Where everyone scares). Just wow.🤩
@AbhishekVeeramalla
@AbhishekVeeramalla 7 месяцев назад
Most welcome !!
@satwiksatat2176
@satwiksatat2176 3 месяца назад
This was more than just a course video, Thanks !
@AbhishekVeeramalla
@AbhishekVeeramalla 3 месяца назад
You're welcome!
@rajanbabu033
@rajanbabu033 7 месяцев назад
Awesome Explanation. you are making complex topic to understand easily
@AbhishekVeeramalla
@AbhishekVeeramalla 7 месяцев назад
Thanks a ton
@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
@Prasad_gutha
@Prasad_gutha 11 месяцев назад
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 11 месяцев назад
😍😍
@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.
@DeepakSingh-o6n6p
@DeepakSingh-o6n6p 3 месяца назад
Understood Every Bit of the Video, Fantastic explanation Abhishek sir 🔥
@Praveen347-q6n
@Praveen347-q6n 10 месяцев назад
nice explanation brother..k8s 8 letters between k-s
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Yes, correct
@DeepakSingh-fd2ix
@DeepakSingh-fd2ix 2 месяца назад
sir you make so easy to understand k8s hats off you sir
@amitbadyal7631
@amitbadyal7631 9 месяцев назад
one thing for this video.... just crisp and clear
@AbhishekVeeramalla
@AbhishekVeeramalla 9 месяцев назад
Thanks alot
@maharshibhatnagar1384
@maharshibhatnagar1384 Год назад
Hands down, That is the best Kubernetes explanation ever. You are really a Master at Work.
@sainirmalreddygavini2392
@sainirmalreddygavini2392 7 месяцев назад
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 👏..
@sharan.2822
@sharan.2822 Месяц назад
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"
@reyanshibirru4127
@reyanshibirru4127 Год назад
Very Useful....tq Because word Kubernetes has 8 letters between the first and last letters
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Awesome 😎
@minakshibutola3279
@minakshibutola3279 9 месяцев назад
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 🙏
@showcase816
@showcase816 Год назад
thank you very much Abhishek. learning from cameroon cemtral africa
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks !!
@Sidd.syamprasad
@Sidd.syamprasad 2 месяца назад
thanks a lot guruji...ur my Devops Guru😍😍
@VivekKumar-ru8ur
@VivekKumar-ru8ur 8 месяцев назад
AWS GCP Azure are lols. ABHISHEK CLOUD IS THE FUTURE 😊😂
@AbhishekVeeramalla
@AbhishekVeeramalla 8 месяцев назад
Lol
@VivekKumar-ru8ur
@VivekKumar-ru8ur 8 месяцев назад
@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 Месяц назад
😂😂
@jackayuk424
@jackayuk424 6 месяцев назад
Thank your from the bottom of my heart this huge information for free more wins for you Sir❤
@Maaa-warangal
@Maaa-warangal 4 месяца назад
thank you .I have gone through Udemy courses related to k8s but none of them explained like you
@AbhishekVeeramalla
@AbhishekVeeramalla 4 месяца назад
Thanks 🙏
@deepaknimbalkar8295
@deepaknimbalkar8295 5 месяцев назад
Thank You very much for share very imp content for Kubernetes.
@Akashks-f9n
@Akashks-f9n Год назад
The way you Explained was Awesome👌👌
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
❤️
@bpatil31
@bpatil31 10 месяцев назад
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 10 месяцев назад
Amazing .. Thanks
@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
@ashwathdange2898
@ashwathdange2898 6 месяцев назад
Just awesome. Thankyou so much
@AbhishekVeeramalla
@AbhishekVeeramalla 6 месяцев назад
Most welcome 😊
@bhargavchowdhary673
@bhargavchowdhary673 2 месяца назад
8 standing for the number of letters between the “K” and the “s” so it is called k8s
@jitenderpal3588
@jitenderpal3588 Год назад
very well explained Abhishke bhai...great learning from the session.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
It's my pleasure
@rekhadevikondeti5764
@rekhadevikondeti5764 10 месяцев назад
Amazingly explained.Thank you so much Abhishek :)
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Most welcome
@sushmajyothi8659
@sushmajyothi8659 9 месяцев назад
A big thanks for outstanding kubernetes sessions👍👏
@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
@Vishwask22
@Vishwask22 10 месяцев назад
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 10 месяцев назад
Yes yes
@harishadunuri9867
@harishadunuri9867 Год назад
Excellent i grasp every word of your session much more informative.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thank you so much 😀
@Iam_raju_ch
@Iam_raju_ch Год назад
This session is gold 🙂
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks
@meghanagowda9967
@meghanagowda9967 Год назад
Hi Abhishek ….Thanks for the wonderful video…can you please tell the difference between ccm and terraform?it shall be really helpful
@Sidd.syamprasad
@Sidd.syamprasad 2 месяца назад
Good morning abhi guru👋👋👋💕
@kshikha5019
@kshikha5019 10 месяцев назад
Superbly explained
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Thank you 🙂
@niroshthota5819
@niroshthota5819 8 месяцев назад
in between K and S total 8 letters as a shortcut we call it as k8s
@godasumesh2366
@godasumesh2366 Год назад
Really Awesome Bro, clear explanation. Thank you
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Awesome. Please share the videos with your friends and groups
@Aman-fz1ew
@Aman-fz1ew Месяц назад
really nice explanation
@murari5414
@murari5414 3 месяца назад
Kubernetes is also called as k8s because in between k & s there are 8 alphabets
@KishorKumar-s2r
@KishorKumar-s2r 2 месяца назад
Between K - S there are 8 characters in Kubernetes so its commonly callaed K8s
@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 😁
@tonarasi
@tonarasi 10 месяцев назад
Lucid & clear
@AbhishekVeeramalla
@AbhishekVeeramalla 10 месяцев назад
Thanks
@rupaligupta4546
@rupaligupta4546 7 месяцев назад
So basically , you wanted to say that master component is control plane component and worker component is data plane component
@DigvijaySingh-c6z
@DigvijaySingh-c6z 2 месяца назад
K8s - because Kubernetes - 8 words in between K & S
@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
@reneshmlal2809
@reneshmlal2809 5 месяцев назад
Thank You ❤
@AbhishekVeeramalla
@AbhishekVeeramalla 5 месяцев назад
Thank you so much 😀
@sonamg-gz9qg
@sonamg-gz9qg 2 месяца назад
- "Kubernetes" has 8 letters between the "K" and the "s" - "K8S" replaces those 8 letters with the number 8
@manishkannamoney7455
@manishkannamoney7455 29 дней назад
Great Explanation! Can you Suggest steps to implement "I want to run Automation script of selenium with java using Kubernetes?"Thanks in Advance
@AnujKumar-it6fy
@AnujKumar-it6fy 9 месяцев назад
There are 8 letters between K and S. That's why also known as k8s
@RajeshKumarRamesh
@RajeshKumarRamesh Год назад
Nice explanation Abhishek. Thanks:)
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Welcome
@prateekverma5169
@prateekverma5169 Год назад
Excellent video
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thank you very much!
@averagebadmin10player
@averagebadmin10player Год назад
Just mind blowing..
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thank you
@vback4238
@vback4238 Год назад
Awesome job as always!
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks again!
@scorcism.
@scorcism. Год назад
just one word awesomeeeeeeeeeee
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks
@AutomationTestingStudio
@AutomationTestingStudio 2 месяца назад
Abhishek please explain with the help of cloud example? install k8s on aws and explain
@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
@nishiprakash4434
@nishiprakash4434 Год назад
Hey Abhishek, you are just awesome.
@jigneshvyas3105
@jigneshvyas3105 11 дней назад
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.
@pratappadhy2005
@pratappadhy2005 6 месяцев назад
You are a legend 🥰
@AbhishekVeeramalla
@AbhishekVeeramalla 6 месяцев назад
😀
@sudhansumohanty2057
@sudhansumohanty2057 7 месяцев назад
awesome teaching
@PrachiBhoj-k8v
@PrachiBhoj-k8v 9 месяцев назад
Thank you so much abhishek sir
@rameshsamal-m6y
@rameshsamal-m6y Год назад
Great Job
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks
@techfeeds7589
@techfeeds7589 Год назад
Counting the eight letters from "K" and the "S"
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Awesome 😎
@pankajholariya8331
@pankajholariya8331 27 дней назад
K8s = k(ubernete)s 8 latter in prentices that why its call k8s
@techfeeds7589
@techfeeds7589 Год назад
My first comment, you are hero of k8s.
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Thanks alot
@cloudpachehra1113
@cloudpachehra1113 3 месяца назад
Loved it ❤❤
@mudassirsyed8655
@mudassirsyed8655 Год назад
K is the starting word S is the ending word, and 8 is for the words between K and S
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Awesome
@RameshVemula-px3lp
@RameshVemula-px3lp 8 месяцев назад
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 8 месяцев назад
🙏
@RameshVemula-px3lp
@RameshVemula-px3lp 8 месяцев назад
Could you please help me on Node infinity topic.
@rameshgedela1559
@rameshgedela1559 11 месяцев назад
Gooood explanation...😊
@AbhishekVeeramalla
@AbhishekVeeramalla 11 месяцев назад
Thanks a lot
@GoldenBeast90
@GoldenBeast90 7 месяцев назад
What's the difference between controller manager and kube proxy?
@gowrirayi
@gowrirayi 5 месяцев назад
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 5 месяцев назад
Yes
@bvsskumar6065
@bvsskumar6065 Год назад
One request from my end , can you please show some real time scenarios in kubernetes
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Noted
@amitsaxena4910
@amitsaxena4910 9 месяцев назад
Between k and S of Kubernetes has 8 characters , hence the reason k8s .
@pavanpaladhi3732
@pavanpaladhi3732 7 месяцев назад
you seriously nalied it sir .
@AlexanderOsondu
@AlexanderOsondu Год назад
Kubernetes: take first and last letters and replace the middle 8 letters 'ubernete' with 8 = K8s = Kubernetes
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
😀
@sangativamsikrishna1691
@sangativamsikrishna1691 Год назад
8 letters between K and S
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Awesome 😎
@sangativamsikrishna1691
@sangativamsikrishna1691 Год назад
Abhishek, I just wanted to know that how to access your K8S starting video of sunday. May be it is only for your channel joined members. Please let me know Abhishek. Thank you
@waqasbhittaywad5789
@waqasbhittaywad5789 Год назад
There are 8 words exists between K and s that's why we can call k8s
@somasekharreddy9915
@somasekharreddy9915 7 месяцев назад
K8's : In the case of "Kubernetes," there are 8 letters between the 'K' and the 's,' so it's abbreviated as "K8s."
@AviRawal-kn3sv
@AviRawal-kn3sv 3 дня назад
because it has 8 letters k to s in between
@DeepakSingh-fd2ix
@DeepakSingh-fd2ix 2 месяца назад
sir if you launch any paid courses i will definetly buy your courses
@ravindraravi7435
@ravindraravi7435 6 месяцев назад
Thank you ^^
@adarshjha__1
@adarshjha__1 Год назад
Day-31 done ✅
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
Great, keep going
@srinuvasu4037
@srinuvasu4037 5 месяцев назад
eight alphabets in between K and S
@umeshcp3622
@umeshcp3622 Год назад
In Kubernetes Master components, where is KUBECTL, you missed it or they removed it?
@AbhishekVeeramalla
@AbhishekVeeramalla Год назад
kubectl is not part of the master component. There is client-go which is part of the api server that listens to the api calls made by kubectl.
@umeshcp3622
@umeshcp3622 Год назад
@@AbhishekVeeramalla Thank you for the information...
Далее
This mother's baby is too unreliable.
00:13
Просмотров 23 млн
Kubernetes Services networking
7:13
Просмотров 86 тыс.
Kubernetes Explained in 6 Minutes | k8s Architecture
6:28
This mother's baby is too unreliable.
00:13
Просмотров 23 млн