Files
Tim Bannister ae44abdd26 Tweak glossary entry for kube-apiserver (#16294)
* Retitle glossary entry for kube-apiserver

* Reword kube-apiserver glossary entry
2019-10-09 13:27:50 -07:00

795 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
API server kube-apiserver 2018-04-12 /docs/reference/generated/kube-apiserver/ Control plane component that serves the Kubernetes API.
kube-apiserver
architecture
fundamental

The API server is a component of the Kubernetes {{< glossary_tooltip text="control plane" term_id="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.