Apply suggestions from code review
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
This commit is contained in:
parent
5b1c233fab
commit
167b935bc4
|
@ -43,7 +43,7 @@ Regardless of whether you connect your clusters through WAN federation or cluste
|
|||
|
||||
The cluster peering beta release includes the following features and functionality:
|
||||
|
||||
- **Consul v1.14 beta only**: Dynamic traffic control with a `ServiceResolver` config entry can target failover and redirects to service instances in a peered cluster.
|
||||
- **Consul v1.14 beta only**: Dynamic traffic control with a service resolver config entry can target failover and redirects to service instances in a peered cluster.
|
||||
- Consul datacenters that are already federated stay federated. You do not need to migrate WAN federated clusters to cluster peering.
|
||||
- Mesh gateways for _service to service traffic_ between clusters are available. For more information on configuring mesh gateways across peers, refer to [Service-to-service Traffic Across Peered Clusters](/docs/connect/gateways/mesh-gateway/service-to-service-traffic-peers).
|
||||
- You can generate peering tokens, establish, list, read, and delete peerings, and manage intentions for peering connections with both the API and the UI.
|
||||
|
@ -58,5 +58,4 @@ Not all features and functionality are available in the beta release. In particu
|
|||
- The `consul intention` CLI command is not supported. To manage intentions that specify services in peered clusters, use [configuration entries](/docs/connect/config-entries/service-intentions).
|
||||
- Accessing key/value stores across peers is not supported.
|
||||
- Because non-Enterprise Consul instances are restricted to the `default` namespace, Consul Enterprise instances cannot export services from outside of the `default` namespace to non-Enterprise peers.
|
||||
- Cross-cluster traffic forwarding does not support `http` type services.
|
||||
- Cross-cluster mesh gateways are supported in `remote` mode only.
|
||||
|
|
Loading…
Reference in New Issue