I’m currently building an application using the DOKS. I have a question regarding Persistance Volumes and node’s disks and cluster upgrades. The nodes is obviously a droplet instances that has persistent disks.
The questions:
I mean you had nodes with 160GB+ of disk. If I can’t utilize it because the data would be gone because the nodes are recreated on upgrades that’s a bummer.
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.
Hi there,
As far as I can tell, it appears that using Longhorn with DOKS might not be feasible due to specific compatibility issues as discussed in this Longhorn GitHub issue.
Given the challenges with using Longhorn in DOKS, here’s an overview of some alternatives, including running Rook/Ceph on DOKS, which might suit your needs better.
DigitalOcean Spaces for Object Storage
Use Cases: Ideal for storing and serving large amounts of unstructured data like images, videos, backups, etc. Spaces is an S3-compatible service, scalable and secure for such requirements:
DigitalOcean Block Storage
Running Rook/Ceph on DOKS
If you have further questions or need more detailed advice, the community is here to help!
Best,
Bobby