Show HN: K8up – Kubernetes Backup Operator Based on Restic
1–10 of 19 posts
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#2Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#3How does this compare?
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#4Any advantages over velero? https://heptio.github.io/velero/master/restic.html
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#5We'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
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#6We'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 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 available to allow integrations into third party control panels. F.e. Lagoon[1] uses it
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#7Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#8Disclaimer: My company, AppsCode is the primary developer behind Stash.
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#9Any advantages over velero? https://heptio.github.io/velero/master/restic.html
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#10You 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.