- π 6.1. Introducing volumes
- 6.1.1. Explaining volumes in an example
- 6.1.2. Introducing available volume types
- π 6.2. Using volumes to share data between containers
- 6.2.1. Using an emptyDir volume
- 6.2.2. Using a Git repository as the starting point for a volume
- π 6.3. Accessing files on the worker nodeβs filesystem
- 6.3.1. Introducing the hostPath volume
- 6.3.2. Examining system pods that use hostPath volumes
- π 6.4. Using persistent storage
- 6.4.1. Using a GCE Persistent Disk in a pod volume
- 6.4.2. Using other types of volumes with underlying persistent storage
- π 6.5. Decoupling pods from the underlying storage technology