default snapshot location for velero

6/2/2020

I want to use velero with my azure Kubernetes cluster to backup cluster data and persistent volumes.

Like doc says I have annotated the pods and even backup job shows 4 snapshots successful.

I managed to take the backup for the cluster and I can see it in my azure storage account. the problem is I see only gz files and one json file in my storage accounts velero designated container. Shouldn't I see a file equivalent to my PVs ?(which is about 10GB)

-- Ojas Kale
azure
kubernetes
velero

1 Answer

6/2/2020

This in fact is the correct setup. You should see only json files and gziped files in the backup folder within valero container.

These files have pointers to actual snapshots in azure. look for the snapshots within resource group you specified during backup. There should be snapshots corresponding to PVC size.

-- Ojas Kale
Source: StackOverflow