- Hands-On Microservices with Kubernetes
- Gigi Sayfan
- 29字
- 2021-06-24 13:46:31
The control plane
The control plane consists of several components:
- API server
- The etcd metadata store
- Scheduler
- Controller manager
- Cloud controller manager
Let's examine the role of each component.