From d929f5f84c682aae8f01739d32e4b9a2ff224269 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Wed, 10 Apr 2019 04:07:28 -0500 Subject: [PATCH] Add more backup tools --- slides/k8s/cluster-backup.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/slides/k8s/cluster-backup.md b/slides/k8s/cluster-backup.md index 7efdf7c7..6fd09e59 100644 --- a/slides/k8s/cluster-backup.md +++ b/slides/k8s/cluster-backup.md @@ -340,3 +340,23 @@ docker run --rm --net host -v $PWD:/vol \ - Option 3: [snapshots through Kubernetes API](https://kubernetes.io/blog/2018/10/09/introducing-volume-snapshot-alpha-for-kubernetes/) (now in alpha for a few storage providers: GCE, OpenSDS, Ceph, Portworx) + +--- + +## More backup tools + +- [Stash](https://appscode.com/products/stash/) + + back up Kubernetes persistent volumes + +- [ReShifter](https://github.com/mhausenblas/reshifter) + + cluster state management + +- ~~Heptio Ark~~ [Velero](https://github.com/heptio/velero) + + full cluster backup + +- [kube-backup](https://github.com/pieterlange/kube-backup) + + simple scripts to save resource YAML to a git repository