mirror of https://github.com/istio/istio.io.git
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:
parent
01c4cce951
commit
8a609bf3ca
|
@ -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).
|
|
@ -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).
|
Loading…
Reference in New Issue