Day 2 | Kubernetes Architecture explained

preview_player
Показать описание
Learn the Architecture and main components of a Kubernetes Cluster

Understand how Kubernetes operates at large scale, how it is deployed, how the different components interact with each other to run your containerized applications and finally how a request flows through the system.

TIMESTAMPS ⏰
00:00 Intro
00:39 What is a Cluster?
00:55 Node & Control Plane
01:58 Inside a Worker node
03:53 Inside the Control Plane
07:07 Request flow

👉 REFERENCES

👉 SUBSCRIBE TO MY CHANNEL

👉 CONNECT WITH ME

#kubernetes #architecture #devops
Рекомендации по теме
Комментарии
Автор

all in one . summerized to the pin point. Marvelous !!!

Neelesh_C
Автор

Raghav you are best !! you can make even school kid to understand such a complex product !!! looking for mroe such quality narrations ...

suhasadduri
Автор

This is truly a masterpiece. Especially how docker images build and deployed in K8 cluster.
Really amazing with great presentation. Thank you very much my pal.

anilkommalapati
Автор

Hi, Raghav! I've just comed accross your video and really like the way you teach. I already subscribed to your channel. Please don't stop the good work! Go ahead! I just talked about your channel to a freind and shared the link of your first video on Kubernetes with him. Thank you, so much!

abiruthtamofo
Автор

The video touches all the key points. Well explained Raghav !!

S
Автор

Nice Explanation and great presentation.!!
Keep doin great stuff !

RAHUL
Автор

This was awesome explanation Raghav. thanks for keeping it so simple and not getting into jargons. Wishing you millions followers very soon. Keep up the good work

sawant_sameer
Автор

Let me know if you have any suggestions for me. Whether you think something could be improved in my videos or you'd like me to cover any specific topics in DevOps.
Feel free to comment here or connect with me on Linkedin for more discussions - linkedin.com/in/raghavdua

sre
Автор

Very well put my friend, more power to you 👍

devops_with_syed
Автор

Valuable 10 mins ❤️❤️💟
Quick question !
So we have lots of master node and worker node I understand if we have 100 worker node, in all 100 worker nodes we have all 3 components ( kubelet, kubeproxy, container run time ) but my question if we have 10 master node in all 10 master nodes do we have ( api server, etcd, scheduler, CM, CCM ), !?

kanishkar
Автор

Please prepare a session for end to end Kubernetes deployment using Argo CD.

vikrams
Автор

This is awesome, just a question was there no role of the kube-proxy ?

jitendernegi
Автор

So Who creates pod? Container runtime and kubelet?

piyushbagani
Автор

hey Raghav one sugguestion, could you pls lower/remove the background sound that is added in video in upcoming series?

themoon
Автор

If the running pod crashes then depending on the restart policy the kubelet will try to restart the pod, but if it fails to do show then a new pod will require to be launched, the scheduler will schedule this pod and then the CM will instruct the kubelet via api server to launch this new pod.

I might be wrong, let me know.

natural_stupidity_