September 2020
Intermediate to advanced
780 pages
14h 22m
English
Overview
This chapter introduces the concept of using Volumes to store or read data from the containers running inside pods. By the end of this chapter, you will be able to create Volumes to temporarily store data in a pod independent of a container's life cycle, as well as share the data among different containers inside the same pod. You will also learn how to use PersistentVolumes (PVs) to store data on your cluster independent of the pod life cycle. We will also cover how to create PersistentVolumeClaims (PVCs) to dynamically provision volumes and use them inside a pod.
In previous chapters, we created Deployments to create multiple replicas of our application and exposed our application ...
Read now
Unlock full access