K8up Architecture
High Level Description
A cluster wide Kubernetes Operator is responsible for processing the Backup
objects and handle
the backup schedules. When it’s time to do a backup, the operator scans the namespace for matching
PVCs and creates a backup job in the corresponding namespace, while mounting the matching PVCs under
/data/<pvcname>
. Restic then backups the data from this location to the configured endpoint.