Hystrix-dashboard not working with Kubeflix on Kubernetes Hystrix-dashboard not working with Kubeflix on Kubernetes kubernetes kubernetes

Hystrix-dashboard not working with Kubeflix on Kubernetes


Ok it works, I had to disable the default Eureka discovery :

ribbon.eureka.enabled: falseeureka.client.enabled: false

so that the Kubernetes one is used.

And the instanceUrlSuffix still need to be :8080/hystrix.stream as it takes the internal k8s IP of the pods.