Roman Lehner
Roman Lehner
@hzxuzhonghu hmm.. yah. Then how can I reach the service in the other cluster with the same custom host name `my-app.service.consul`? In some examples I always see things like `my-app.global`,...
that is the `east west gateway` load balancer for multicluster communication. I have it from this example here: https://istio.io/latest/blog/2020/multi-cluster-mesh-automation/. But when the request hits the load balancer I get this...
Ah that's a good hint. Although I already configured it they way you present it. But that makes me wonder if I have to add: ```yaml ... hosts: - "*.local"...
@hzxuzhonghu thank you for your support so far. I think I will close this issue, as it is not really an issue, but me not understanding how to configure a...