Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/docs/reference/glossary/kubernetes-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: Kubernetes API
id: kubernetes-api
full_link: /docs/concepts/overview/kubernetes-api/
short_description: >
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
The HTTP API that lets users, cluster components, and external components communicate with one another and query or manipulate the state of Kubernetes objects.

aka:
tags:
- fundamental
- architecture
---
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
The HTTP API that lets users, cluster components, and external components communicate with one another and query or manipulate the state of Kubernetes objects.

<!--more-->

Expand Down