Live data from Hacker News

Show HN: K8up – Kubernetes Backup Operator Based on Restic

k8up.io

11–19 of 19 posts

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#11

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.

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.

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#12

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.

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)

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#15
post #6

We've been using k8s-snapshots[1] Very easy to setup and use. Very simple to add snapshots too. How does this compare? [1] https://github.com/miracle2k/k8s-snapshots

* K8up uses Restic, k8s-snapshots Tarsnap * K8up doesn't do snapshots but file-based backups supporting any RWX storage and to some extend RWO (still to be improved) * K8up can do pre-backup tasks like dumping a database to have application consistent backups * K8up has a great amount of monitoring backed in for providing a good overview via Prometheus if the backups really work * K8up can send webhooks about backups…

"* K8up uses Restic ..."

Does that mean I could use the SFTP transport of restic and send my K8up generated backups to any old SFTP server ?

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#16
post #14

Any advantages over velero? https://heptio.github.io/velero/master/restic.html

It says 404 there isn't a GitHub Pages site here... where did heptio docs move to now that they are VMware?

https://velero.io/docs

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#17
post #15
post #6

Earlier quoted context omitted.

* K8up uses Restic, k8s-snapshots Tarsnap * K8up doesn't do snapshots but file-based backups supporting any RWX storage and to some extend RWO (still to be improved) * K8up can do pre-backup tasks like dumping a database to have application consistent backups * K8up has a great amount of monitoring backed in for providing a good overview via Prometheus if the backups really work * K8up can send webhooks about backups…

"* K8up uses Restic ..." Does that mean I could use the SFTP transport of restic and send my K8up generated backups to any old SFTP server ?

In theory yes, we need to implement support for more remotes. Please open a GitHub issue so we can take care.

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#18
post #11

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.

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...

Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic

#19

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.

How does this compare? It appears to only backup chosen apps, not necessarily a whole cluster?

SomaticPirate, Stash can backup individual workloads, PV/PVC or any application (Databases or custom including K8s cluster) with the most recent release.
Post reply on HN