Backing up Longhorn volumes on K8s using Velero with Uptime Kuma monitoring
The stack Longhorn: Persistent storage for Kubernetes Velero: Backup tool for Kubernetes and Longhorn Uptime Kuma: Alerting for failed backup jobs Longhorn I’ve been using longhorn as an easy foray into K8s storage that provides some redundancy without the complexities of Ceph. I will soon dive into Ceph but Longhorn has less strict hardware requirements (e.g. can use virtual disks on VMs). Backups Many of my workloads have data I care to backup. I tried K10/Kasten but found it excessively complex and finicky. The last straw is being proprietary software which I cannot rely on (I avoid using proprietary software wherever possible). ...