Velero

Velero

Kubernetes-native backup and disaster recovery: snapshot cluster state and volumes to your own object storage, then restore or migrate namespaces. Apache-2.0; ownership is shifting from Broadcom to the CNCF.

🩺 Vitals

What do these metrics mean?
  • Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
  • Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
  • Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
  • Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.

πŸ—οΈ Profile

1. The Executive Summary

What is it? Velero is a Kubernetes-native backup and disaster-recovery tool. It captures the two things storage snapshots usually miss together: the cluster's API resources (deployments, configmaps, RBAC, CRDs β€” the "shape" of your applications) and the data inside persistent volumes, writing both to object storage you control (S3, Azure Blob, GCS). That combination makes it the standard tool for three jobs β€” disaster recovery, cluster migration (lifting a namespace from one cluster to another), and routine backup of stateful workloads. It protects the volumes provisioned by Longhorn, Ceph, or any CSI driver: it is the protection layer that sits above the storage engines, not a competitor to them.

The Strategic Verdict:

2. The "Hidden" Costs (TCO Analysis)

Cost Component Kasten K10 (SaaS) Velero (Self-Hosted)
Licensing Per-node annual subscription Apache-2.0, no license fee
Backup Storage Vendor-guided, still your cloud cost Your own S3 / Azure Blob / GCS
Management UI Bundled multi-cluster dashboard CLI/CRD core; UI via partners (optional)
Lock-in Proprietary catalog & formats Restic/Kopia + CSI snapshots (portable)

3. The "Day 2" Reality Check

πŸš€ Deployment & Operations

πŸ›‘οΈ Security & Governance (Risk Assessment)

4. Market Landscape

🏒 Proprietary Incumbents

🀝 Open Source Ecosystem