Question

Does DO really do not have a internal storage that can be used across different nodes?

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?


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
October 14, 2022

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