How to access services in a different kubernetes cluster using DNS

1/25/2020

How to access services in a different kubernetes cluster using DNS and not willing to use External ingress. With in the cluster I am using internal DNS ex: mysvc.mynamespace. How i can achieve the same from one Cluster to another.

-- Pthota
kubernetes

1 Answer

1/25/2020

You can explore KubeFed which allows cross cluster service discovery

-- Arghya Sadhu
Source: StackOverflow