Cross cluster kubernetes service discovery via spring boot

4/1/2020

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.

-- riser101
kubernetes
spring-boot
spring-cloud-kubernetes

0 Answers