Multiple node support with Swarm #152
Replies: 1 comment
-
I have this working but its a manual process, pretty straightfoward though. Add your servers to the Note: I use Hetzner so I create a private network and add all my nodes to that. Then I modify the firewall that Spin creates (Pro feature) to allow TCP and UDP access on that private subnet for the swarm cluster to talk to eachother and set up a load balancer for tcp 80 -> 80 and 443 -> 443. I have not tested this with I'm also working on a fork of serversideup/github-action-docker-swarm-deploy to allow multiple managers so, for example, if you had manager-1, manager-2 and manager-3, it will keep trying those managers if one is down. I'll share that and submit a PR once I have it working. |
Beta Was this translation helpful? Give feedback.
-
👉 Describe the problem
👥 Problem evidence & reach
🥰 Describe the "impact" on users?
🏆 How to solve this problem
Spin Ansible Collection
https://github.com/serversideup/ansible-collection-spin
💯 How do we validate the problem is solved?
.spin.yml
to build their clustersBeta Was this translation helpful? Give feedback.
All reactions