1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Tidy up blog post on Velero

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-10-20 13:53:37 +13:00
parent 7bef43506b
commit 05c23bbcca
3 changed files with 10 additions and 8 deletions

View File

@@ -15,13 +15,12 @@ status: new
# Velero
Don't be like [Cameron](http://haltandcatchfire.wikia.com/wiki/Cameron_Howe). Backup your stuff.
<!-- markdownlint-disable MD033 -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/1UtFeMoqVHQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
[Velero](https://velero.io/), a VMWare-backed open-source project, is a mature cloud-native backup solution, able to selectively backup / restore your various workloads / data.
For [ElfHosted][elfhosted], I rely on Velero to automatically snapshot TBs of data, so that in the event of a disaster which impacts user-managed data[^2], I'll be able to perform a quick restore.
--8<-- "what-is-elfhosted.md"
!!! summary "Ingredients"
* [x] A [Kubernetes cluster](/kubernetes/cluster/)
@@ -324,5 +323,7 @@ What have we achieved? We've got scheduled backups running, and we've successful
* [X] Velero running and creating restorable backups on schedule
[^1]: This is where you'd add multiple Volume Groups if you wanted a storageclass per Volume Group
[^2]: But not the rook-ceph cluster. If that dies, the snapshots are toast :toast: too!
--8<-- "recipe-footer.md"