As we’ve seen from previous exercises, the life of a Pod is short, and so is the life of the data that resides in that Pod. To solve this problem and retain the data that a Pod uses, we create persistent volumes (PVs). On the exam, you’ll be tested on your ability to create a PV, as well as a persistent volume claim (PVC) and a storage class. We’ll discuss each of these topics in this chapter.