Hi Community,
I am trying to setup a multi-primary control plane with 2 clusters within a single network as described here: Istio / Install Multi-Primary
After exchange of cluster secrets, each Istiod is registering the service of the other cluster, but calls to the service in the other cluster don’t go through successfully (503).
At this point I wonder, what are the exact requirements for the underlying network for this setup to work. Is it enough to put the clusters in the same VPC? Subnets? Does it require network settings on Kubernetes level such as Celium?