How is load balancing done in Docker-Swarm mode
when I write those apps which IP:PORT combination do I use? Is it any of the worker node IP’s running these services? You can use any node that is participating in the swarm, even if there is no replica of the service in question exists on that node. So you will use Node:HostPort combination. The … Read more