Demystifying Kubernetes Storage
In this chapter, we will discuss the core concept of Kubernetes storage for stateful workloads and shows how to configure applications with mounted storage and dynamically persistent storage. This chapter covers 10% of the Certified Kubernetes Administrator (CKA) exam content.
In this chapter, we’re going to cover the following main topics:
- Stateful versus stateless workloads
- Kubernetes volumes
- Kubernetes StorageClasses
- Volume modes, access modes, and reclaim policies for volumes
- Configuring an application with mounted storage
- Configuring an application with persistent storage