I use velero for Kubernetes backups. Velero backups all the metadata (or selective) from clusters.
Very nice and easy to use app. But deleting backups is a pain in the as.
So I decided to code a little helper with go as always.
The first version lists all the backups; you can select several backups, and deleting them works too.
Basically, it’s everything I wanted. Let’s see what else I can do with it.


