Cross-cluster routing in action

Hi All,

I am trying to setup multi cluster istio mesh in multi network using https://istio.io/docs/setup/install/multicluster/shared-gateways/

but when trying to check the cross-cluster routing example in the link above , the curl to service helloworld.sample:5000 always points to the instance in the main control plane but it doesn’t consider helloworld instance on remote cluster which means all the requests are served by helloworld on control plane cluster if it is down it responds with upstream connection refused error even when i have helloworld instance running on remote cluster.

Can someone tell me what is wrong in my setup.

Thanks & Regards
Swetha G