Skip to content

Commit 0cd5ad2

Browse files
committed
edit
1 parent f9c5bdf commit 0cd5ad2

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

articles/operational-excellence/relocation-kubernetes-service.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,7 @@ Deploy the AKS cluster without any data migration, by following these steps:
109109

110110
## Redeploy with data migration
111111

112-
AKS workloads that use local storage, such as persistent volumes, to store data or host database services within the cluster can be backed up on a source cluster and restored to a target cluster. You can perform backup and restoration by using a variety of OSS and paid-for tools such as [Velero](https://velero.io/), [TrilioVault](https://trilio.io/), and [Kasten K10](https://www.veeam.com/products/cloud/kubernetes-data-protection.html).
113-
114-
The high-level steps are as follows:
115-
116-
1. Deploy the container workload to the AKS cluster, which can be achieved in two ways:
117-
- *Pull* Manifests are pulled from a repo and applied by a controller running within the cluster, known as a GitOps approach.
118-
- *Push.* Manifests are pushed to the cluster using the Kubernetes API service and kubectl command line tool, either from a CI/CD pipeline or local workstation.
119-
120-
1. Install the backup tool in the source cluster and perform a backup of all cluster objects, volumes, deployments, etc. to an Azure storage account in the source region.
121-
122-
1. Create a storage account in the target region and copy the backup across from the source region.
123-
124-
1. Install the backup solution in the target cluster.
125-
126-
1. Restore the backup to the target cluster.
127-
112+
AKS workloads that use local storage, such as persistent volumes, to store data or host database services within the cluster can be backed up on a source cluster and restored to a target cluster. To learn how to perform backup and restoration, see [Back up Azure Kubernetes Service using Azure CLI](/azure/backup/azure-kubernetes-service-cluster-backup-using-cli).
128113

129114
## Related content
130115

0 commit comments

Comments
 (0)