- Hands-On Microservices with Kubernetes
- Gigi Sayfan
- 42字
- 2021-06-24 13:46:31
The API server
The kube-api-server is a massive REST server that exposes the Kubernetes API to the world. You can have multiple instances of the API server in your control plane for high-availability. The API server keeps the cluster state in etcd.