sajad torkamani

What is kube-apiserver?

kube-apiserver is a control plane component that exposes the cluster‘s functionality through a REST API.

Other cluster components like kubelet processes or the kubectl dashboard use the REST API to do things like:

  • Create a new pod or deployment
  • Read the cluster state via etcd
Tagged: Kubernetes