Docker 1.12 Swarm Mode - Load balance tasks of the same service on single node
问题 On Docker 1.12 Swarm Mode, if i have more than one task of the same service running in a single node and publishing the same port, is possible to do any kind of load balance between the tasks? Or, whats the purpose of having more instances of a service than the number of nodes? Eg. node swarm init node service create --name web --replicas=2 --publish=80:80 nginx Now if i open the browser and access http://localhost/ (refreshing the page many times) all connections seems to be handled by the