Backup and DR in K8s.
reddit.com·15h·
Discuss: r/kubernetes
Flag this post

Hi all,

I’m running a home server on Proxmox, hosting services for my family (file/media storage, etc.). Right now, my infrastructure is VM-based, and my backup strategy is:

Proxmox Backup Server to a local ZFS dataset

Snapshots + Restic to an offsite location (append-only) - currently a Raspberry Pi with 12TB storage running a Restic RESTful server

I want to start moving workloads into Kubernetes, using Rook Ceph with external Ceph OSDs (VMs), but I’m not sure how to handle disaster recovery/offsite backups. For my Kubernetes backup strategy, I’d strongly prefer to continue using a Restic backend with encryption for offsite backups, similar to my current VM workflow.

I’ve been looking at Velero, and I understand it can:

Backup Kubernetes manifests and some metadat…

Similar Posts

Loading similar posts...