Alternatives to K8up

A Kubernetes operator that backs up persistent volumes and application data using restic. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as K8up.

  • Velero

    Backup, restore and migration tool for Kubernetes clusters.

    Velero backs up Kubernetes cluster resources together with volume data and can restore into a different cluster, though volume snapshots depend on the storage provider and CSI driver.

  • Longhorn

    Open-source distributed block storage for Kubernetes clusters, with replication, snapshots and backups.

    Longhorn replaces restic-based backups with its own distributed block storage for Kubernetes, adding replicated volumes, incremental snapshots, cross-cluster recovery and a web interface.

Similar software

Related functionality, not a direct replacement.