hashicorp / consul-k8s

First-class support for Consul Service Mesh on Kubernetes
https://www.consul.io/docs/k8s
Mozilla Public License 2.0
669 stars 323 forks source link

Route the traffic to different DCs using Ingress and Terminating Gateways #746

Closed TheHydGuy closed 2 years ago

TheHydGuy commented 3 years ago

We are trying to configure Consul on the AKS cluster and trying to achieve the following flow.

david-yu commented 2 years ago

Hi @TheHydGuy in order to communicate across DCs, ingress and terminating gateways are not needed, since they are primarily concerned with traffic coming into and out of the mesh. Is there a reason why you are not using just Mesh Gateways instead (which provides mTLS for traffic between DCs)?

david-yu commented 2 years ago

Closing due to inactivity, sorry for the late response.