Skip to content

Commit

Permalink
backup: update doc about introducing backup
Browse files Browse the repository at this point in the history
Signed-off-by: Xieql <xieqianglong@huawei.com>
  • Loading branch information
Xieql committed Oct 20, 2023
1 parent 3036e24 commit d5356a3
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/content/en/docs/fleet-manager/backup/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: "Unified Backup, Restore, and Migrate"
title: "Unified Backup, Restore, and Migration"
linkTitle: "Unified Backup"
weight: 40
description: >
The easiest way to manage multi cluster Unified Backup, Restore, and Migration with Fleet.
---

Kurator introduces a unified solution for backup, restore, and migration across multiple clusters in Fleet.
This feature, integrated with [Velero](https://velero.io/), simplifies the process of managing backups, restoring data, and migrating resources across clusters through a streamlined one-click operation.
Kurator introduces a unified solution for backup, restore, and migration of applications and their associated cluster resources across multiple clusters in Fleet.

Integrated with [Velero](https://velero.io/), this feature simplifies the process of managing backups, restoring, and migrating both applications and their associated cluster resources across clusters. All these operations are achievable through a streamlined one-click process.

The following are the main benefits of this feature.

Expand All @@ -29,12 +30,14 @@ Below is the architecture diagram of the Kurator Fleet Backup feature.
link="./image/backup-arch.svg"
>}}
The diagram illustrates:
### Key Components Overview:

- **Kurator Fleet Manager**: The core management component, responsible for managing fleet and backup engines.

- **Backup Engine**: This component handles the backup and restore processes.

- **Fleet Manager**: The central management entity, responsible for orchestrating the operations.
- **Velero Integration**: How the backup and restore processes are handled using Velero.
- **Object Storage**: The external storage solutions, such as Minio or cloud providers, where the backups are stored.
- **Interactions**: The arrows depict the flow of data and interactions between various components.


To use Kurator for backup, restore, and migration scenarios, you must first configure and install the necessary backup engine plugin.
Please refer to the subsequent sections for detailed guidance on plugin configuration and instructions for each specific operation.

0 comments on commit d5356a3

Please sign in to comment.