Hacker News new | ask | show | jobs
by tamalsaha001 2500 days ago
You can also try Stash https://github.com/stashed/stash . This has been in use since 2017 and always worked with Restic.

Disclaimer: My company, AppsCode is the primary developer behind Stash.

2 comments

Stash was an inspiration for K8up. Unlike Stash, K8up is non-intrusive and doesn't add additional containers to Pods. It runs as k8s jobs besides the application Pods.
Tobru, then you will like the new edition. It supports backup via Job. https://github.com/stashed/docs/blob/master/docs/guides/late...
How does this compare? It appears to only backup chosen apps, not necessarily a whole cluster?
K8up currently is optimized for PVs and will probably be able to backup objects in the future. It's not meant for cluster disaster recovery or full-cluster backup. (Deployment artefacts should anyways come from GitOps)
SomaticPirate, Stash can backup individual workloads, PV/PVC or any application (Databases or custom including K8s cluster) with the most recent release.