In Chapter 3, Getting Started with Kubernetes we introduced the basic function of Kubernetes. Once you start to deploy some containers by Kubernetes, you need to consider the application's data lifecycle and CPU/memory resource management.
In this chapter, we will discuss the following topics:
- How a container behaves with volume
- Introduce Kubernetes volume functionalities
- Best practice and pitfalls of Kubernetes Persistent Volume
- Kubernetes resource management