chapter eight
This chapter covers
- Exploring how dynamic storage works in Kubernetes
- Utilizing emptyDir volumes in Kubernetes workloads
- Managing storage with CSI providers
- Using hostPath values in tools like CNI and CSI
- Implementing storageClassTemplates in the real-world for Cassandra
Modeling storage in a kubernetes cluster is one of the most important tasks that an administrator needs to do before going to production.
Modeling storage entails asking yourself questions about what your storage needs are for production application, and there are several dimensions to this.
You’ll want to generally ask yourself the following questions for any application that needs persistent storage: