Docker Swarm with Infisical agent #2174
Answered
by
maidul98
SystematicCZ
asked this question in
Q&A
-
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.
Answered by
maidul98
Jul 27, 2024
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.
0 replies
Answer selected by
SystematicCZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.