What is the architecture and components of Kubernetes?

DevOps

YOUR COSMETIC CARE STARTS HERE

Find the Best Cosmetic Hospitals

Trusted • Curated • Easy

Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.

“Small steps lead to big changes — today is a perfect day to begin.”

Explore Cosmetic Hospitals Compare hospitals, services & options quickly.

✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence

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