How kubernetes works? Explain each components with Short Summary.
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Kubernetes has manily two components Master and Node/Minion.
The master node controls the state of the cluster; for example, which applications are running and their corresponding container images.
Master Components:
- API Server
- ETCD – for storing data in Key Velue
- Controller
- Scheduler
- Kubectl
- Kubelet
- Docker
- The Utlitites/Softwares (5,6,7) can be installed via kubeadmin init
Node:
- Kubelet
- Docker
- Kubectl
- Kube proxy
- The utilites (1,2,3) can be installed via kubeadmin join
Workstation
- Kubectl -> Package