I have a multi-cluster on different netwroks setup working 100%.
My cluster-1 is exposing an east/west gateway, to be able to cluster-2 intercomunicate with it.
My cluster-2 has also deployments outside the mesh (without istio proxy injected).
How can I request to a service in cluster-1 from a deployment/pod (without proxy injected) in cluster-2? Can I use the east/west gateway? What are my options here? Can someone provide examples?