I have a spring boot application that sits in a k8 cluster. The sole purpose of this application is to know about all the services relevant to project X. I'm using spring-cloud-kubernetes to find all the services in same cluster that the spring boot application sits in.
My question is how do I do service discovery for services sitting in a different k8 cluster.