Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy

Tidy concepts section post-Docsy
This commit is contained in:
Kubernetes Prow Robot
2020-06-27 17:12:14 -07:00
committed by GitHub
19 changed files with 357 additions and 186 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
---
title: "Overview"
weight: 20
---
description: Get a high-level outline of Kubernetes and the components it is built from.
---
@@ -3,6 +3,9 @@ reviewers:
- lavalamp
title: Kubernetes Components
content_type: concept
description: >
A Kubernetes cluster consists of the components that represent the control plane
and a set of machines called nodes.
weight: 20
card:
name: concepts
@@ -4,6 +4,9 @@ reviewers:
title: The Kubernetes API
content_type: concept
weight: 30
description: >
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes.
The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
card:
name: concepts
weight: 30
@@ -1,5 +1,7 @@
---
title: "Working with Kubernetes Objects"
weight: 40
description: >
Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster.
Learn about the Kubernetes object model and how to work with these objects.
---