Hands-On Microservices with Kubernetes
上QQ阅读APP看书,第一时间看更新

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.