Reputation: 1
I want to deploy eureka server on kubernetes, and want to specify the service name to the clients , so that whenever any client wants to connect to eureka server , it should do it using the service name of eureka server.
Upvotes: 0
Views: 270
Reputation: 54277
It looks like the official images for Eureka haven’t been updated in years, so I think you’re on your own and will have to work this out from scratch. There are a few Helm charts but they all seem to reference private images and are pretty simple so not sure how much that will help.
Upvotes: 1