By ominibyte
So I’m setting up a cluster on DOKS and I see that I have a total cluster capacity of 180 GB Disk Capacity, however, underneath my monthly projected cost I see this message: “This price does not include load balancer or block storage costs.”
So I’m a bit confused about the difference between the 180 GB Disk capacity and block storage.
So I would like to know what the difference is if any, and if not, why that message.
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!
Accepted Answer
Hi there @ominibyte,
There is actually a difference, the block storage is used for Persistent Volume Claims, you can take a look at the documentation on how to do that:
https://www.digitalocean.com/docs/kubernetes/how-to/add-volumes/
The 180GB disk space that you are referring to is the disk space of your Kubernetes nodes and where everything else gets stored in a case that you do not add PVC.
For more information, I would recommend taking a look a the official Kubernetes storage concepts here:
https://kubernetes.io/docs/concepts/storage/
Hope that this helps! Regards, Bobby
This comment has been deleted
Hi, the 180GB storage here is referring to a resource similar to a node within your cluster. However, it works independently of any one of your pods running within that cluster. Furthermore, the size of each node within your cluster isn’t 180GB but this 180GB typically refers to your database storage.
Next, I would highly recommend doing a bit of resource planning to determine what you actually need for your production deployment. Then read and understanding the DO resource pricing which can be found here. Gotta run and all the best.
–
Think different and code well,
-Conrad
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.