-
Notifications
You must be signed in to change notification settings - Fork 295
Switch to alternative for current kube-resources-autosave functionality #1096
Comments
There’s also https://github.com/heptio/ark, it uses the kube API and has some functionality to resync a cluster from backup if there are missing items. |
Thanks @c-knowles I saw the 'ark' kubecon presentation had already taken a look at the project. Their scope is much broader, in that they aim to back up PV volume contents too. But it is also at a fairly early stage I think. But if the resource backup/restore bit is solid, then yeah it's an option too. Talking to the |
I've been testing The interesting part is you can install |
It appears ark will also have restic support soon - vmware-tanzu/velero#19. Perhaps we support both in kube-aws. For sure it'd be good to replace the bash scripting kube-aws has with a more complete app. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
reshifter
appears to roughly the same job askube-resources-autosave
, backing up all resources records in a cluster. It has the advantage that it include restore functionality too. It backs up or restores to/from disk or direct to/from S3.https://github.com/mhausenblas/reshifter
reshifter
is different fromkube-resources-autosave
in that it backs up and restores records using the etcd API rather than the k8s apiserver API.reshifter
is different from etcd snapshot in that it is Kubernetes aware and you can do things like backup or restore individual k8s namespaces.Anyway, interesting option I thought.
The text was updated successfully, but these errors were encountered: