Docker Swarm with Infisical agent #2174
-
Hi, I have a question about the Infisical Agent running on Docker Swarm. In the docs, there is a volume created for storing secrets, but if I have multiple nodes, volumes are not shared. Should the Infisical Agent be a global service running on each node, or what is the general guideline to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The idea is you want Infisical Agent to drop the secrets for your application to consume. Since docker swarm doesn't have global storage, running on each node would make sense as applications can pick up secrets from the designated file. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
The idea is you want Infisical Agent to drop the secrets for your application to consume. Since docker swarm doesn't have global storage, running on each node would make sense as applications can pick up secrets from the designated file.