I have a monitoring cluster that runs all elastic components and then other clusters that are part of the mesh.
I have gone through all the validation and every succeeded, the primary difference with this test/sample setup is that both clusters have teh same namespace/service, whereas in my configuration I just want one cluster to handle the elasticsearch stuff. So the elasticsearch service (and namespace) only lives in the monitoring cluster, but its not reachable in the shared-services cluster.
The entries are in the istio registry: kubectl exec -it -n istio-system deployment/istiod-1-19-3 -- curl -s 'localhost:15014/debug/registryz'
Running istio proxy-status --context=$CTX_CLUSTER1
only shows entries for services in CLUSTER1 and those that exist in both clusters, vice versa for CLUSTER2. Can someone help point me in the right direction?