Improve mesh gateway diagram

Diagram now shows all possible cross-DC communication models supported by mesh
gateways for both the control and data planes.
pull/11167/head
Jared Kirschner 2021-09-28 09:56:05 -07:00
parent 56d0ba4743
commit 98f53e913f
4 changed files with 1675 additions and 1 deletions

View File

@ -61,7 +61,8 @@ receive incoming traffic even if that traffic has passed through a gateway.
## Modes of Operation ## Modes of Operation
Each upstream of a Connect proxy can be configured to be routed through a mesh gateway. Depending on Each upstream of a Connect proxy can be configured to be routed through a mesh gateway. Depending on
your network, the proxy's connection to the gateway can happen in one of the following modes: your network, the proxy's connection to the gateway can happen in one of the following modes
illustrated in the diagram above:
- `local` - In this mode the Connect proxy makes its outbound connection to a gateway running in the - `local` - In this mode the Connect proxy makes its outbound connection to a gateway running in the
same datacenter. That gateway is then responsible for ensuring the data gets forwarded along to same datacenter. That gateway is then responsible for ensuring the data gets forwarded along to

View File

@ -38,6 +38,8 @@ Operators looking to simplify their WAN deployment and minimize the exposed
security surface area can elect to join these datacenters together using [mesh security surface area can elect to join these datacenters together using [mesh
gateways](/docs/connect/gateways/mesh-gateway) to do so. gateways](/docs/connect/gateways/mesh-gateway) to do so.
![Mesh Gateway Architecture](/img/mesh-gateways.png)
## Architecture ## Architecture
There are two main kinds of communication that occur over the WAN link spanning There are two main kinds of communication that occur over the WAN link spanning

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 414 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 135 KiB