Backup and migrate Kubernetes applications and their persistent volumes. More information: https://github.com/heptio/velero.
velero backup create backup_name
velero backup get
velero backup delete backup_name
velero schedule create schedule_name --schedules="@every 7d" --ttl 2160h0m0s
velero restore create --from-schedule schedule_name