From 5d5aad347bcb6171be0237fcfd960a79f4b9fe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 11 Jun 2025 08:35:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20backup=20chapter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/cluster-backup.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/slides/k8s/cluster-backup.md b/slides/k8s/cluster-backup.md index 19c43adc..351a6435 100644 --- a/slides/k8s/cluster-backup.md +++ b/slides/k8s/cluster-backup.md @@ -353,6 +353,8 @@ We can now work with the `snapshot` file in the current directory! - [Another good blog post by consol labs](https://labs.consol.de/kubernetes/2018/05/25/kubeadm-backup.html) on the same topic +- [auger](https://github.com/etcd-io/auger), a tool to directly access Kubernetes objects stored in etcd + --- ## Don't forget ... @@ -408,19 +410,15 @@ We can now work with the `snapshot` file in the current directory! ## More backup tools -- [Stash](https://appscode.com/products/stash/) +- [Stash](https://stash.run/) back up Kubernetes persistent volumes -- [ReShifter](https://github.com/mhausenblas/reshifter) - - cluster state management - -- ~~Heptio Ark~~ [Velero](https://github.com/heptio/velero) +- ~~Heptio Ark~~ [Velero](https://velero.io/) full cluster backup -- [kube-backup](https://github.com/pieterlange/kube-backup) +- [kube-backup](https://github.com/pieterlange/kube-backup) (unmaintained) simple scripts to save resource YAML to a git repository @@ -428,6 +426,10 @@ We can now work with the `snapshot` file in the current directory! Backup Interface for Volumes Attached to Containers +- [Veeam Kasten](https://www.veeam.com/products/cloud/kubernetes-data-protection.html) + + commercial product; compares to Velero + ??? :EN:- Backing up clusters