Add-on name | Description |
tke-backup | A backup add-on deployed in your cluster. It supports scheduled backup and restoration of Kubernetes resources via CRD based on the open-source tool Velero. |
Kubernetes object name | Type | Specification | Namespaces |
tke-backup | Deployment | At least 0.1 core CPU and 256 MB memory | tke-backup |
tke-backup | Service | - | tke-backup |
tke-backup | backupstoragelocation | - | - |
tke-backup | backup | - | - |
tke-backup | restores | - | - |
Resource name | Description |
Backup | It specifies the backup policy for resource objects. The backup process is launched when a backup task is created. When a backup task is deleted, the underlying data stored in the backup repository COS are not deleted accordingly. |
BackupSchedule | It specifies the scheduled backup policy for resource objects. A scheduled backup task is created based on it. |
Restore | It restores backup data to the target TKE cluster. The restoration process is launched when you create a restoration task. When you delete a restoration task, the log of restoration operation is removed from the list. |
Was this page helpful?