I am not sure if I understood the docs correctly, but before I move on with DOKS -> https://docs.digitalocean.com/products/kubernetes/how-to/add-volumes/
This article states that the Block Storage aka Volumes can only be used on one node. If so, why is there no alternative mentioned in the doc entry.
I am not talking about DB (we would use Managed DB anyways), but sharing files across the web backends like a JWT or some data that needs to be shared in between pods and nodes.
Use AWS S3 then? Or create a NFW on a Droplet that is shared?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
What you could do is use the Spaces S3 storage instead:
https://www.digitalocean.com/products/spaces
This will allow you to store your files in central storage so that all of your nodes and pods could access that specific bucket.
Let me know if you have any questions.
Best,
Bobby