Kong Mesh provides two methods to manage ingress traffic, also known as north/south traffic. Both use a gateway proxy that sits between external clients and your services in the mesh.
- Delegated gateway: Uses any existing gateway proxy, like Kong Gateway.
- Built-in gateway: Runs Envoy instances as a gateway proxy.
Gateways exist within a mesh. If you have multiple meshes, each mesh requires its own gateway. You can connect your meshes together using cross-mesh gateways.
The following diagrams show the difference between built-in and delegated gateway deployments. Solid lines represent traffic not managed by Kong Mesh; dashed lines represent mesh-managed traffic between data plane proxies.