I have a docker swarm consisting of one manager and one worker.
When I created a service with 4 replicas, I got two containers on each node (2 on the manager and 2 on the worker node).
- I restarted the worker node, so I found the manager now has all the load (the 4 containers).
- After restart, the manger still has 4 containers and the worker has nothing.
Shouldn't the load be re-distributed automatically after the worker node is back from restart?
If not, how can I re-distribute the load?