velero
Introduction
Velero is used to easily backup all cluster internal resources. It provides CRDs for creating manual or scheduled backups.
Currently I've scheduled Velero to create a backup automatically every Sunday at 3am. As BackupStorageLocation
I configured a completely separate and self-hosted instance of Minio running on my Synology NAS.
Created Resources
Kind | Name |
---|---|
Namespace |
velero |
HelmRelease |
velero |
CLI
Velero has a great CLI tool to interact with the controller running inside the cluster. The installation guide can be found here.