Using a snapshot
You can use the snapshots created using the
VolumeSnapshot request by restoring them to a new PVC and provisioning that PVC with the pre-populated data from snapshot to an application pod.
You can also use the snapshot volumes as static Persistent Volumes by specifying the snapshot volume name as a value for the
volumeHandle parameter while provisioning a static PV.
Related information