Velero supports backing up and restoring kubernetes volumes attached to pods from the file system of the volumes, called file system backup (fsb shortly) or pod volume backup. By default, velero will paginate the list api call for each resource type in the kubernetes api when collecting items into a backup Velero is an open source tool to safely back up, recover, and migrate kubernetes clusters and persistent volumes It works both on premises and in a public cloud. Velero (formerly heptio ark) gives you tools to back up and restore your kubernetes cluster resources and persistent volumes When restoring with file system backup, velero uses kubernetes’ dynamic provision process to provision the pv after creating the pvc
In this case, the pv object is not actually created by velero.
WATCH