Skip to content

Commit c8b0b71

Browse files
author
AbhishekMallick01
committed
more updates
1 parent 811638c commit c8b0b71

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

articles/backup/azure-kubernetes-service-cluster-backup.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
1616

1717
## Before you start
1818

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.
2020

2121
- 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).
2222

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).
2424

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).
2826

2927
- Ensure that the `Microsoft.KubernetesConfiguration` and `Microsoft.DataProtection` providers are registered for your subscription before initiating backup configuration and restore operations.
3028

@@ -147,5 +145,4 @@ If you want to check specific cluster resources, you can use labels attached to
147145

148146
- [Restore Azure Kubernetes Service cluster (preview)](azure-kubernetes-service-cluster-restore.md)
149147
- [Manage Azure Kubernetes Service cluster backups (preview)](azure-kubernetes-service-cluster-manage-backups.md)
150-
- []
151148
- [About Azure Kubernetes Service cluster backup (preview)](azure-kubernetes-service-cluster-backup-concept.md)

articles/backup/azure-kubernetes-service-cluster-restore.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
1818

1919
- 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.
2020

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.
2522

2623
For more information on the limitations and supported scenarios, see the [support matrix](azure-kubernetes-service-cluster-backup-support-matrix.md).
2724

0 commit comments

Comments
 (0)