Hi there,
I’m a Kubernetes noob looking to practice. I was reading through your volume documentation here https://docs.digitalocean.com/products/volumes/#limits
I noticed that there is a limit of 7 volumes attached to any single droplet. Does this limit apply to droplets managed by Kubernetes? For example, if I am running a multi-tenant cluster with 3 nodes does that mean I’m limited to 21 volumes?
Thanks!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @smithmilner
Yes, you are right this limitation is applicable for worker node in the DOKS cluster also. You can have a look into the DOKS limits here
While you are using 3 worker nodes, you can use max up to 21 volumes.
I hope it helps.
Best Regards, Purnima Kumari