AWS EKS Cluster Backup: PV and PVC Restoration Across Regions #8359
Unanswered
chandakanant
asked this question in
Community support Q&A
Replies: 1 comment 2 replies
|
I don't think there should be any issues. You may want to use https://velero.io/docs/v1.15/csi-snapshot-data-movement/ to move data across regions. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have an AWS EKS cluster deployed in the Ireland region (eu-west-1) and am looking to perform a complete backup of the cluster, including persistent volumes (PV) and persistent volume claims (PVC). My question is whether I can successfully restore this backup in the London region (eu-west-2) without any issues related to the PV and PVC, or any other issue I should keep in mind.
All reactions