https://submariner.io/getting-started/quickstart/openshift/globalnet/I have followed the same steps deployed a broker and joined two clusters to the broker
bash-5.0# curl nginx.default.svc.clusterset.local:8080
curl: (6) Could not resolve host: nginx.default.svc.clusterset.local
bash-5.0# curl cluster-b.nginx.default.svc.clusterset.local:8080
curl: (6) Could not resolve host: cluster-b.nginx.default.svc.clusterset.local
I couldn't access the service from remote cluster. Can you guys suggest a clear documentation or videos.