The k8s API server is the front-end to the k8s control plane in a Kubernetes cluster. It exposes the core component — the Kubernetes (RESTful) API1 which can receive requests via HTTP.

Footnotes

  1. k8s api