Using Netflix Eureka on Kubernetes Using Netflix Eureka on Kubernetes kubernetes kubernetes

Using Netflix Eureka on Kubernetes


If you don't have a strong case for client side load balancing I would not use Eureka and ribbon. I am getting the load balancing and service discovery from my platform (k8s) for free. If not for client side load balancing, there is no value that eureka and ribbon brings other than beefing up your resume :). On the other hand, it brings another stack that you need to maintain in the long term.

This is a kind of related question