I managed to have ribbon dynamically discover instances in a k8s
cluster using kubeflix and spring-cloud-kubernetes
This was when I manually used Ribbon
to communicate between my microservices.
Zuul
automatically uses Ribbon
for the routes defined in its configuration.
Has anyone managed to enable Ribbon
discovery for Zuul
? I think I would need to override the instance of LoadBalancer
for each of the routes. Any ideas how to do that?