Backup and Restore¶
Protect your tenant cluster data with backups and recover from failures.
What gets backed up¶
A tenant-cluster backup typically covers:
- Tenant control plane state (the Kubernetes API objects in your cluster)
- Persistent volume data attached to your workloads
- Application configuration (Deployments, ConfigMaps, Secrets, Ingress, etc.)
How to take a backup¶
t.b.d.
The tooling and procedures depend on what your platform admin has configured for your environment. Contact your platform admin for the supported backup workflow and any console / CLI tooling that has been enabled for your cluster.
How to restore¶
t.b.d.
Restore procedures depend on the same admin-configured tooling as backups. Contact your platform admin for the supported restore workflow.
Disaster recovery¶
t.b.d.
For full-cluster disaster recovery (re-create the tenant cluster and restore its state into the new cluster), contact your platform admin. The under-cluster operator handles the cluster re-creation; restoring the in-cluster state is then driven by whichever backup tool your environment uses.