Hi Everyone,
I’m a new user of Kasten and currently testing the solution on a small Kubernetes cluster (3 nodes).
I have different mechanism to backup an app, but for costs purpose, i want to pay only for the S3 Bucket storage and not for the volume snapshot storage .
As i don’t want to keep Volume snapshots but only the storage of backups in the S3 ObjStorage Bucket, I tried to configure the following things :
- Create a preset to have a daily basis backup of a namespace content
- For the preset, set snapshot retention to Zero (0) for volume snapshot
- For the export operation, set the retention to 1 daily, 1 weekly, 1 monthly
- Create a backup policy using the preset already created
What I want :
- Scheduled backup is launched
- Kasten performs the backup operation using a volume snapshot (if necessary)
- Kasten performs the export operation to transfer snapshot content to S3 Bucket
- Volume snapshot is deleted
My issue :
- Even if the export is successful , the volume snapshot is not deleted / is kept
How to get what i want in terms of behaviour ?
Am I need to create a blueprint to perform the deletion of volume snapshot as a post-backup action ? if yes is anywhere an example of blueprint to do that ?
Regards,
Sebastien