-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Blueprints, 02-at-scale] Best Practice for EFS PV backup/restore #39
Comments
Some excerpts from the AWS documentation: For full restore: For item level restore: |
Using AWS Backsup for EFS would require the following steps: Restore the AWS Backup into existing EFS drive1.- Mount the EFS locally to check the access points Restore the AWS Backup intoa new EFS drive Same as before but running the terraform files to use an existing EFS id (AWS backup restore) to be used for EFS CSI Drive for EKS cluster.The existing Access Points names will be empty no content |
EFS Back script example (internal): https://github.com/cloudbees/tsm-dcs-solutions/tree/main/cloudbees-ci/jira-tickets/TSM-1654_restore-pvc-from-efs |
Currently, there is not a EKS Best Practice recommendation for EFS PVs but it does for EBS (Velero).
The EFS backup/restore based on the AWS Backup (tutorial) is not prepare for EKS (Restore is happens in a different drive). See
The text was updated successfully, but these errors were encountered: