Add new entries to clarify multicluster terminology. (#7591)

* Add new entries to clarify multicluster terminology.

These entries are part of a wider effort to improve
multicluster content. The new terms are implemented
across the current content in a separate PR.

Signed-off-by: Rigs Caballero <grca@google.com>

* Implement suggested edits to the definitions.

Signed-off-by: Rigs Caballero <grca@google.com>
This commit is contained in:
Rigs Caballero 2020-06-24 10:00:35 -07:00 committed by GitHub
parent 01c4cce951
commit 8a609bf3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
title: Primary Cluster
---
A primary cluster is a [cluster](/docs/reference/glossary/#cluster) with a
[control plane](/docs/reference/glossary/#control-plane). A single
[mesh](/docs/reference/glossary/#service-mesh) can have more than
one primary cluster for HA or to reduce latency. Primary clusters can act as the
control plane for [remote clusters](/docs/reference/glossary/#remote-cluster).

View File

@ -0,0 +1,9 @@
---
title: Remote Cluster
---
A remote cluster is a [cluster](/docs/reference/glossary/#cluster) that
connects to a [control plane](/docs/reference/glossary/#control-plane)
residing outside of the cluster. A remote cluster can connect to a control plane
running in a [primary cluster](/docs/reference/glossary/#primary-cluster)
or to a [managed control plane](/docs/reference/glossary/#managed-control-plane).