kubernetes Control Plane | How It Works

preview_player
Показать описание
This is my introductory video to the kubernetes control plane. In this video I give an overview of the control plane components and how they work together to keep the cluster running.

Socials:

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

Большое спасибо, мужик, очень хорошо все рассказал.

TheMasterExplorer
Автор

Great video, why do you think the scheduler lives on its own rather than inside the controller manager? After all, it seems to fit into the job of reconciling the state of pods by assigning a node. Seems like this logic could fit inside a Pod controller of some sort

mdaverde
Автор

I don't think the controller manager can provision a new node by itself if one dies. I think it has to work with a cloud Kubernetes managed service to do so, like EKS or AKS or GKE.

jmlineb