Run the Edge Agent globally in Docker Swarm #3293
roadSurfer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment it is possible to deploy an Edge Agent into a Swarm that can connect and provide a remote environment for Swarm functions, as well as provide Node functions for where it is running. The other nodes in the Swarm still need a Node Agent individually deployed to them. All agents need locked to specific nodes so that they are running where Arcane expects them to be running.
This involves a fair bit of clicking around and modifying the deployments Arcane provides, and needs to be done each time a new node is added to the swarm.
Would it be possible to deploy the initial Edge Agent globally so that it expands/contracts with the swarm automatically?
Even though the token would be re-used by multipole agents, Swarm being in effect and nodes uniquely identified from from the information in
/var/run/docker.sock.As I am new to using Arcane, I don't know what issues the above may cause, nor what the limitations are.
Beta Was this translation helpful? Give feedback.
All reactions