[FAQ] Can I use Velero to backup a cluster on GKE and then restore those resources on a cluster from a different provider #3373
Answered
by
dsu-igeek
dsu-igeek
asked this question in
Community support Q&A
-
Can I use Velero to backup a cluster on GKE and then restore those resources on a cluster from a different provider |
Beta Was this translation helpful? Give feedback.
Answered by
dsu-igeek
Jan 29, 2021
Replies: 1 comment
-
Yes, with some limitations. https://velero.io/docs/latest/migration-case/ has some details. If you have persistent volume data to migrate, you need to use Velero’s restic integration to migrate it (https://velero.io/docs/latest/restic/). Also, if there are any provider-specific configurations (usually around storage/networking), you might have to modify those by hand or write plugins to modify them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carlisia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, with some limitations. https://velero.io/docs/latest/migration-case/ has some details. If you have persistent volume data to migrate, you need to use Velero’s restic integration to migrate it (https://velero.io/docs/latest/restic/). Also, if there are any provider-specific configurations (usually around storage/networking), you might have to modify those by hand or write plugins to modify them.