Home Explore Blog CI



docker

4th chunk of `content/manuals/engine/swarm/ingress.md`
1d4c3bc98fec9385961f9d62409c6ff610677ba348a18b4300000001000000e7


In this case, port 8080 must be open between the load balancer and the nodes in
the swarm. The swarm nodes can reside on a private network that is accessible to

Title: Diagram of External Load Balancer Routing to Swarm Nodes
Summary
The image depicts an external load balancer (HAProxy) routing requests to a swarm service through the routing mesh. The load balancer connects to the published port (e.g., 8080) on each node in the swarm, which then redirects the traffic to the actual service instances. Importantly, port 8080 needs to be open between the load balancer and the swarm nodes, which can reside on a private network accessible to the load balancer.