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

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.