When configuring Mesh Gateways for WAN federation, what is the primary purpose of the 'wan' bind address?
Trap 1: To synchronize the local KV store.
KV store synchronization is handled by the server nodes.
Trap 2: To restrict gossip to the LAN only.
The WAN address is for WAN traffic.
Trap 3: multiple_choice
This is a key, not a concept.
- A
To act as an entry point for cross-datacenter traffic in a mesh.
Mesh gateways provide a dedicated path for cross-DC service-to-service traffic.
- B
To synchronize the local KV store.
Why wrong: KV store synchronization is handled by the server nodes.
- C
To restrict gossip to the LAN only.
Why wrong: The WAN address is for WAN traffic.
- D
multiple_choice
Why wrong: This is a key, not a concept.
- E
To provide an API endpoint for remote users.
Why wrong: API endpoints are typically on the client or server bind addresses.