[feat] Multinode Guide So Far #331

Open
amras wants to merge 1 commits from multinode-howto into main
Owner

Over a few sessions, @papiris:data.coop and I pooled our knowledge and experience into this pad. The result is this How-To Guide, describing what we know so far about multinode setups. Meaning: 1 or more manager node, with 1 or more worker nodes in a docker swarm.

I've done my best to follow the syntax used in other docs, but I'm not sure exactly what flavor of markdown we're using or how to render it locally. I'd appreciate a review - both to make sure things render properly, and to confirm the information is legible, usefully linked, and correct.

Over a few sessions, @papiris:data.coop and I pooled our knowledge and experience into [this pad](https://pad.data.coop/SCAk4RQhRBy84SylWQehIQ?view). The result is this How-To Guide, describing what we know so far about multinode setups. Meaning: 1 or more manager node, with 1 or more worker nodes in a docker swarm. I've done my best to follow the syntax used in other docs, but I'm not sure exactly what flavor of markdown we're using or how to render it locally. I'd appreciate a review - both to make sure things render properly, and to confirm the information is legible, usefully linked, and correct.
amras added 1 commit 2026-09-23 09:38:04 +00:00
Over a few sessions, @papiris:data.coop and I
 pooled our knowledge and experience into
 [this pad](https://pad.data.coop/SCAk4RQhRBy84SylWQehIQ?view).

This commit creates a How-To Guide,
 describing what we know so far about
 multinode setups. Meaning: 1 or more manager node,
 with 1 or more worker nodes in a docker swarm.
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin multinode-howto:multinode-howto
git checkout multinode-howto
Sign in to join this conversation.