mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
855 B
Plaintext
18 lines
855 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-self-service/oadp-self-service.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="oadp-self-service-how-it-works_{context}"]
|
|
= How {oadp-short} Self-Service works
|
|
|
|
The following diagram describes how {oadp-short} Self-Service works at a high level. The diagram describes the following workflow:
|
|
|
|
. A namespace admin user creates a `NonAdminBackup` (NAB) custom resource (CR) request.
|
|
. The `NonAdminController` (NAC) CR receives the NAB CR request.
|
|
. The NAC validates the request and updates the NAB CR about the request.
|
|
. The NAC creates the `Velero` backup object.
|
|
. The NAC monitors the `Velero` backup object and cascades the status back to the NAB CR.
|
|
|
|
.How {oadp-short} Self-Service works
|
|
image::oadp-self-service.svg[{oadp-short} Self-Service] |