Skip to main content

All Questions

Tagged with
1 vote
1 answer
486 views

Why HAProxy tcp-request content do-resolve is not working

i am using a combination of HAProxy (docker image v2.3.2) and Hashicorp Consul (v1.9.1) to access my VMs behind haproxy using SSH (i followed https://www.haproxy.com/fr/blog/route-ssh-connections-with-...
Abderrahmane's user avatar
3 votes
1 answer
3k views

DNS service discovery using Consul in Docker Swarm

I'm trying to get service discovery working using consul DNS. I've set up a docker swarm with a consul cluster functioning as the key/value pair backend required by swarm as well as functioning as the ...
Emmet O'Grady's user avatar
5 votes
1 answer
4k views

Using consul's DNS interface within docker containers

I've got a consul agent running on my host machine, and a couple of services running inside docker containers. I'm using 'gliderlabs/registrator' to discover these services and register them with the ...
morcmarc's user avatar