Bug when failing over using rancher and Nest

I am using a docker container that is a search api making use of Nest 2.0.2, the container talks to another container which is a load balancer for two elastic search instances. What I've noticed is that when one of the the elastic search instances goes down, the search API is unable to call elastic via the load balancer, despite the fact that I can curl on the box to the load balancer which returns a response from the single elastic instance that is still up. The elasticsearch instances are not a cluster they are just separate instances.

Any ideas what's going on?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.