docs: add peering control plane diagrams (#15498)
This commit is contained in:
parent
450c8b9eff
commit
0d23452578
|
@ -7,11 +7,29 @@ description: >-
|
||||||
|
|
||||||
# Enabling Peering Control Plane Traffic
|
# Enabling Peering Control Plane Traffic
|
||||||
|
|
||||||
In addition to [service-to-service traffic routing](/docs/connect/gateways/mesh-gateway/service-to-service-traffic-peers), mesh gateways can optionally be used to route control-plane traffic between peers.
|
In addition to [service-to-service traffic routing](/docs/connect/gateways/mesh-gateway/service-to-service-traffic-peers),
|
||||||
This includes the initial secret handshake and the bi-directional stream replicating peering data.
|
we recommend routing control plane traffic between cluster peers through mesh gateways
|
||||||
|
to simplfy networking requirements.
|
||||||
|
|
||||||
|
Control plane traffic between cluster peers includes
|
||||||
|
the initial secret handshake and the bi-directional stream replicating peering data.
|
||||||
This data is not decrypted by the mesh gateway(s).
|
This data is not decrypted by the mesh gateway(s).
|
||||||
Instead, it is transmitted end-to-end using the accepting cluster’s auto-generated TLS certificate on the gRPC TLS port.
|
Instead, it is transmitted end-to-end using the accepting cluster’s auto-generated TLS certificate on the gRPC TLS port.
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<Tab heading="With mesh gateways (recommended)">
|
||||||
|
|
||||||
|
[![Cluster peering with mesh gateways](/img/consul-connect/mesh-gateway/cluster-peering-connectivity-with-mesh-gateways.png)](/img/consul-connect/mesh-gateway/cluster-peering-connectivity-with-mesh-gateways.png)
|
||||||
|
|
||||||
|
</Tab>
|
||||||
|
|
||||||
|
<Tab heading="Without mesh gateways">
|
||||||
|
|
||||||
|
[![Cluster peering without mesh gateways](/img/consul-connect/mesh-gateway/cluster-peering-connectivity-without-mesh-gateways.png)](/img/consul-connect/mesh-gateway/cluster-peering-connectivity-without-mesh-gateways.png)
|
||||||
|
|
||||||
|
</Tab>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
To configure mesh gateways for cluster peering control plane traffic, make sure your Consul environment meets the following requirements:
|
To configure mesh gateways for cluster peering control plane traffic, make sure your Consul environment meets the following requirements:
|
||||||
|
|
BIN
website/public/img/consul-connect/mesh-gateway/cluster-peering-connectivity-with-mesh-gateways.png (Stored with Git LFS)
Executable file
BIN
website/public/img/consul-connect/mesh-gateway/cluster-peering-connectivity-with-mesh-gateways.png (Stored with Git LFS)
Executable file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 153 KiB |
BIN
website/public/img/consul-connect/mesh-gateway/cluster-peering-connectivity-without-mesh-gateways.png (Stored with Git LFS)
Executable file
BIN
website/public/img/consul-connect/mesh-gateway/cluster-peering-connectivity-without-mesh-gateways.png (Stored with Git LFS)
Executable file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 101 KiB |
Loading…
Reference in New Issue