python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to setup haproxy with docker swarm where haproxy is "outside" the overlay network?
I'm trying to setup a docker based system with the least amount of network abstraction/virtualization possible. This is why I avoided k8s and am trying docker-swarm instead.
I'd like haproxy to be sta...
Saurabh Nanda
Votes: 0
Answers: 1
External load balancer should route to swarm managers, workers or both?
I have an architecture of microservices running into a docker swarm stack.
My swarm stack is composed with :
3 Managers (manager only)
3 workers
I have an external load-balancer to dispatch requests...
Sébastien
Votes: 0
Answers: 1
Docker Swarm mesh routing doesn't work for independent subnets
I have a manager and a worker node, manager is on cloud and worker is my personal computer so they're on different sub-nets. Both are listed as ACTIVE.
My main problem is that creating a service and s...
doneforaiur
Votes: 0
Answers: 1
Docker Swarm and Docker Service
Swarm Gurus,
I have just setup my very first Docker Swarm environment with 3 hosts.
By following the manuals here:
https://docs.docker.com/engine/install/ubuntu/
https://docs.docker.com/engine/swarm/s...
Artanis Zeratul
Votes: 0
Answers: 1