You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-cluster-backup.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,13 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
16
16
17
17
## Before you start
18
18
19
-
- AKS backup allows you to back up AKS cluster resources and Persistent Volumes attached to it. Currently, only Azure Disk based Persistent Volumes (enabled by CSI Driver) are supported for backups. The backups are stored in Operational datastore only (backup data is stored in your tenant only and isn't moved to a vault). The Backup vault and AKS cluster should be in the same region.
19
+
-Currently, AKS backup supports Azure Disk based persistent volumes (enabled by CSI driver) only. The backups are stored in operational datastore only (backup data is stored in your tenant only and isn't moved to a vault). The Backup vault and AKS cluster should be in the same region.
20
20
21
21
- AKS backup uses a blob container and a resource group to store the backups. The blob container has the AKS cluster resources stored in it, whereas the persistent volume snapshots are stored in the resource group. The AKS cluster and the storage locations must reside in the same region. Learn [how to create a blob container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container).
22
22
23
-
- Currently, AKS backup supports once-a-day backup. It also supports more frequent backups (in every *4*, *8*, and *12* hours intervals) per day. This solution allows you to retain your data for restore for up to 360 days.
23
+
- Currently, AKS backup supports once-a-day backup. It also supports more frequent backups (in every *4*, *8*, and *12* hours intervals) per day. This solution allows you to retain your data for restore for up to 360 days. Learn to [create a backup policy](#create-a-backup-policy).
24
24
25
-
You can create a backup policy to define the backup schedule (frequency to perform backup) and retention duration (duration to retain the backups).
26
-
27
-
- You must install the Backup Extension to configure backup and restore operations on an AKS cluster. The Backup Extension requires a Blob container in input where the cluster resources get backed up. You can use AKS backups to perform restores to the original AKS cluster that is backed up to alternate AKS cluster; however, the cluster should have the Backup Extension installed in it.
25
+
- You must [install the Backup Extension](azure-kubernetes-service-cluster-manage-backups.md#install) to configure backup and restore operations on an AKS cluster. Learn more [about Backup Extension](azure-kubernetes-service-cluster-backup-concept.md#backup-extension).
28
26
29
27
- Ensure that the `Microsoft.KubernetesConfiguration` and `Microsoft.DataProtection` providers are registered for your subscription before initiating backup configuration and restore operations.
30
28
@@ -147,5 +145,4 @@ If you want to check specific cluster resources, you can use labels attached to
147
145
148
146
-[Restore Azure Kubernetes Service cluster (preview)](azure-kubernetes-service-cluster-restore.md)
149
147
-[Manage Azure Kubernetes Service cluster backups (preview)](azure-kubernetes-service-cluster-manage-backups.md)
150
-
-[]
151
148
-[About Azure Kubernetes Service cluster backup (preview)](azure-kubernetes-service-cluster-backup-concept.md)
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-cluster-restore.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,7 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
18
18
19
19
- AKS backup allows you to restore to original AKS cluster (that was backed up) and to an alternate AKS cluster. AKS backup allows you to perform a full restore and item-level restore. You can utilize [restore configurations](#restore-configurations) to define parameters based on the cluster resources that will be picked up during the restore.
20
20
21
-
- To perform restore, the Backup Extension needs to be installed in the target AKS cluster. Also, Trusted Access needs to be enabled between the Backup vault and the AKS cluster.
22
-
23
-
>[!Note]
24
-
>The AKS backup portal experience directs you to perform both - Backup Extension installation and Trusted Access enablement, required to get the AKS cluster ready for restore.
21
+
- You must [install the Backup Extension](azure-kubernetes-service-cluster-manage-backups.md#install) in the target AKS cluster. Also, you must [enable Trusted Access](azure-kubernetes-service-cluster-manage-backups.md#enable-trusted-access) between the Backup vault and the AKS cluster.
25
22
26
23
For more information on the limitations and supported scenarios, see the [support matrix](azure-kubernetes-service-cluster-backup-support-matrix.md).
0 commit comments