kube-apiserver
https://kubernetes.io/docs/concepts/architecture/#kube-apiserver
kube-apiserverはk8sのAPIを露出させるコントロールプレーンのコンポーネント。apiはコントロールプレーンのフロントエンド。
めk8s apiのメインの実装はkube-apiserverである。水平スケールされるように設計されている。
The API server is a component of the Kubernetes control plane that exposes the Kubernetes API. The API server is the front end for the Kubernetes control plane.
The main implementation of a Kubernetes API server is kube-apiserver. kube-apiserver is designed to scale horizontally—that is, it scales by deploying more instances. You can run several instances of kube-apiserver and balance traffic between those instances.