Kubernetes Architecture

Kubernetes Architecture consists of Control Plane and Working nodes.

COMPONENTS OF CONTROL PLANE
1. etcd
2. API Server
3. Controller Manager
4. Scheduler

COMPONENTS OF WORKING NODES
1. Kubelet
2. Kube-proxy
next