Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
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