Azure AKS - backup disk persistent volumes to a storage account (instead as Azure disk Snapshots #8984
Unanswered
aswalanuj2022
asked this question in
Community support Q&A
Replies: 1 comment
-
|
Use file system backup instead of csi snapshotting then. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Describe the problem/challenge you have
This is regarding the AKS environment, we are using Velero backup tool for AKS backups
Query – we have many disk PVs being backed-up as Snapshots via Velero tool, now we are planning to replace/move the disk backups to a storage account (and not as snapshot) as snapshots are hitting the subscription limits and are also costlier than blob storage. End state is to avoid large number of snapshots. Please point to a relevant solution.
Describe the solution you'd like
End state is to avoid large number of snapshots. Store disk PVs backups in blob and not as snapshots . Please point to a relevant solution.
Anything else you would like to add:
Environment:
velero version): 1.9kubectl version): 1.30.1/etc/os-release): UbuntuVote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
Beta Was this translation helpful? Give feedback.
All reactions