In Kubernetes, a Volume is an object for storing data.

There are three types of volumes.

  1. Persistent Volume Claim
  2. Persistent Volume
  3. Volume

We’ll go into these volumes in detailed, but never use Volume to store permanent data.

Resources