I am setting up using traefik as a reverse proxy for my infrastructure/applications deployed via docker swarm
They recommend to only put the service on manager nodes. My plan was to have 1 manager and 3 workers.
Should I
- Add another manager?
- Run on all nodes
- Any other ideas?