Hello everyone,
I’m testing Consul DNS Load Balancer.
I’ve run one consul agent as a server and added two instances of the same service.
dig my.service.consul
returns two ip addresses in custom order.
However, curl http://my.service.consul:8080/health
always point to the same IP address.
Any idea why?