• Introduction

  • πŸ“„ 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