kube-apiserver

API exposing all Kubernetes control plane features.

All API calls are sent to the master server and the server sends commands to the other services.

API server is the component we interface with when running the kubectl command.

it is possible to run several instances of it and balance traffic between those instances

Last updated

Was this helpful?