What is the architecture and components of Kubernetes?
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
master / Control plane
Master | |
– Api server -> POD -> Container -> Docker image –> Google Registry | |
– Etcd -> POD -> Container -> Docker image –> Google Registry | |
– Controller mgmr -> POD -> Container -> Docker image –> Google Registry | |
– Schedular -> POD -> Container -> Docker image –> Google Registry | |
– kubelet | |
– docker | |
– kube proxy -> POD -> Container -> Docker image –> Google Registry | |
– kubectl | |
– kubeadm | |
Worker | |
– kubelet | |
– docker | |
– kube proxy -> POD -> Container -> Docker image –> Google Registry | |
– kubectl | |
– kubeadm | |
Workstation | |
– kubectl |