KUBERNATES
Why you need Kubernetes ?(K8s)
⚙️ Control Plane
👉 Working:
When you run a command like kubectl apply, the control plane:
Accepts the request
Decides where the app should run
Ensures it keeps running correctlyEtcd
API Server
Scheduler
Controller Manager
Cloud Controller Manager (Optional)
⚙️ Data Plane
Pods
Kubelet
Kube-Proxy
⚙️ Container Runtime
Last updated
Was this helpful?