Reputation: 3545
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
Reputation: 2676
How about spring-cloud-kubernetes by fabric8io?
There is an implementation of the DiscoveryService interface to work with Kubernetes services.
Upvotes: 1