Hi,
I have been reading through the instructions for installing using docker swarm:
I can see it's distributing the services over three hosts (or nodes) and the 8 containers are spread across these with constraints about which node it needs to run on.
After everything is set up we have only one replica of each service.
I assume the service will go down if, for example, the archive node has an issue.
So how to add a second worker node into the archive node role?
And can we add replicas of the services for example multiple arc services?
How about the db and ldap services, can multiple replicas of those also run at the same time?