How to use Velero in Vultr kubernetes Cluster to backup redis cluster #7954
Replies: 2 comments 3 replies
-
For the S3-compatible object storage, you can use https://github.com/vmware-tanzu/velero-plugin-for-aws to connect it. Another thing worth mentioning is that the Velero backup will remove some metadata from the backed-up k8s resources. That may cause the restored resources is not adopted by the Helm. |
Beta Was this translation helpful? Give feedback.
-
The snapshot backup you are using in this example is the Velero-Native snapshot. Because you are in an S3-compatible environment, not an AWS environment, the Velero-Native snapshot is available. If Vultr provides CSI plugins for the storage, you can use the CSI way to back up the volume by the snapshot. If there are no CSI plugins, the only option is the filesystem backup/restore. https://velero.io/docs/v1.14/file-system-backup/ |
Beta Was this translation helpful? Give feedback.
-
I have deployed redis-cluster version using bitnami helm chart in vultr kubernetes cluster, and for backup and restore they have suggested using velero. But when i check the documentation they haven't included any cloud agnostic way or in cloud providers, vultr. Vultr has Object storages where they are S3 compaitable can you help me with how to use velero in vultr to backup and restore redis-cluster with persistent storages? thank you!
Beta Was this translation helpful? Give feedback.
All reactions