Rename architecture section (#16286)
* Rename architecture section "Kubernetes" goes without saying. This section is mainly talking about cluster architecture, so make the title match that. * Introduce “cluster” before Cluster Architecture section Make sure the reader can learn what a cluster is before they read about elements of cluster architecture.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
06001c9f3d
commit
6a4c73b112
@@ -10,8 +10,11 @@ card:
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
This document outlines the various binary components needed to
|
||||
deliver a functioning Kubernetes cluster.
|
||||
When you deploy Kubernetes, you get a cluster.
|
||||
{{< glossary_definition term_id="cluster" length="all" prepend="A cluster is">}}
|
||||
|
||||
This document outlines the various components you need to have
|
||||
a complete and working Kubernetes cluster.
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
@@ -109,7 +112,7 @@ about containers in a central database, and provides a UI for browsing that data
|
||||
|
||||
### Cluster-level Logging
|
||||
|
||||
A [Cluster-level logging](/docs/concepts/cluster-administration/logging/) mechanism is responsible for
|
||||
A [cluster-level logging](/docs/concepts/cluster-administration/logging/) mechanism is responsible for
|
||||
saving container logs to a central log store with search/browsing interface.
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
Reference in New Issue
Block a user