What are the components of the master node (aka control plane)?
Answer
- API Server - the Kubernetes API. All cluster components communicate through it
- Scheduler - assigns an application with a worker node it can run on
- Controller Manager - cluster maintenance (replications, node failures, etc.)
- etcd - stores cluster configuration