Kubernetes Persistent Volumes and Claims
...
3- create a persistentvolumeclaim yaml file
4- Claims the
...
persistentvolume
5-
...
add to a pod the persistentvolume
Configuring a Pod to Use a PersistentVolume for Storage
...
2- upload the file to Kubernetes ( +CREATE )
3-
...