Cross cluster communication

Hi all,

I have one auth service in one cluster of k8s and few routes/services in another cluster.
How can I make communication possible between these two services in kubernetes so that all incoming request from cluster2 would go through auth service in cluster1.