velero

Backup and disaster recovery for Kubernetes clusters and volumes

brewmacoslinux
Try with needOr install directly
Source

About

Disaster recovery for Kubernetes resources and persistent volumes

Commands

velero

Examples

Create a backup of the entire Kubernetes cluster$ velero backup create my-backup
List all available backups$ velero backup get
Restore a Kubernetes cluster from a backup$ velero restore create --from-backup my-backup