fixing a confusing sentence in network segments page

This commit is contained in:
Karl Cardenas 2022-01-27 19:52:42 -07:00
parent 93cff86480
commit ae1ddb19b2
No known key found for this signature in database
GPG Key ID: 0AC61D76B41F1EDC
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ in their local cluster through the gossip mechanism and make RPC requests to
them. LAN Gossip (OSS) is an open intra-cluster networking model, and Network
Segments (Enterprise) creates multiple segments within one cluster.
**Federated Cluster:** A cluster of clusters with a Consul server group per
cluster each set per "datacenter". These Consul servers are federated together
**Federated Cluster:** A set of connected clusters, each representing a unique Consul “datacenter”. These Consul servers are federated together
over the WAN. Consul clients make use of resources in federated clusters by
forwarding RPCs through the Consul servers in their local cluster, but they
never interact with remote Consul servers directly. There are currently two