In this chapter, we will discuss how to attach persistent volumes and create storage for stateful applications and data. We will walk through storage concerns and how we can persist data across pods and the container life cycle. We will explore the PersistentVolumes types as well as PersistentVolumeClaim. Finally, we will take a look at the new StatefulSets release in version 1.5.
This chapter will discuss the following topics:
- Persistent storage
- PersistentVolumes
- PersistentVolumeClaims
- StorageClasses
- StatefulSets