user3006967
user3006967

Reputation: 3545

Can I use kubernetes as service discovery in spring cloud?

May I ask if it is possible that I will use kubernetes in spring cloud instead of Eureka server? The reason I am asking is we already have Kubernetes in our environment, I know Kubernete also provide service discovery, so I don't want to start Eureka server for service discovery purpose. If I can replace Eureka with Kubernete, that will be great.

Upvotes: 1

Views: 1836

Answers (1)

Rafael
Rafael

Reputation: 2676

How about spring-cloud-kubernetes by fabric8io?

There is an implementation of the DiscoveryService interface to work with Kubernetes services.

Upvotes: 1

Related Questions