Deploy Eureka Server & Client on kubernetes

2/6/2020

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.

-- Parosh Dey
kubernetes
microservices
netflix-eureka

1 Answer

2/6/2020

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.

-- coderanger
Source: StackOverflow