Skip to content

Commit 9b9e0ae

Browse files
author
AbhishekMallick01
committed
addressed review comments
1 parent 687d7d7 commit 9b9e0ae

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To enable backup for an AKS cluster, see the following prerequisites: .
4545
- AKS backup uses CSI drivers snapshot capabilities to perform backups of persistent volumes. CSI Driver support is available for AKS clusters with Kubernetes version *1.21.1* or later.
4646

4747
>[!Note]
48-
>- Currently, AKS backup only supports backup of Azure Disk based persistent volumes (enabled by CSI driver). If you're using Azure File Share and Azure Blob type persistent volumes in your AKS clusters, you can configure backups for them via the Azure Backup solutions available for [Azure File Share](azure-file-share-backup-overview.md) and [Azure Blob](blob-backup-overview.md).
48+
>- Currently, AKS backup only supports backup of Azure Disk-based persistent volumes (enabled by CSI driver). If you're using Azure File Share and Azure Blob type persistent volumes in your AKS clusters, you can configure backups for them via the Azure Backup solutions available for [Azure File Share](azure-file-share-backup-overview.md) and [Azure Blob](blob-backup-overview.md).
4949
>- In Tree, volumes aren't supported by AKS backup; only CSI driver based volumes can be backed up. You can [migrate from tree volumes to CSI driver based Persistent Volumes](../aks/csi-migrate-in-tree-volumes.md).
5050
5151
- Before installing Backup Extension in the AKS cluster, ensure that the CSI drivers and snapshots are enabled for your cluster. If disabled, see [these steps to enable them](../aks/csi-storage-drivers.md#enable-csi-storage-drivers-on-an-existing-cluster).
@@ -75,8 +75,8 @@ Also, as part of the backup and restore operations, the following roles are assi
7575

7676
| Role | Assigned To | Assigned on | Description |
7777
| --- | --- | --- | --- |
78-
| Reader | Backup vault | AKS cluster | Allows the Backup vault to perform list and read operations on AKS cluster. |
79-
| Reader | Backup vault | Snapshot resource group | Allows the Backup vault to perform list and read operations on snapshot resource group. |
78+
| Reader | Backup vault | AKS cluster | Allows the Backup vault to perform *List* and *Read* operations on AKS cluster. |
79+
| Reader | Backup vault | Snapshot resource group | Allows the Backup vault to perform *List* and *Read* operations on snapshot resource group. |
8080
| Disk Snapshot Contributor | AKS cluster | Snapshot resource group | Allows AKS cluster to store persistent volume snapshots in the resource group. |
8181
| Storage Account Contributor | Extension Identity | Storage account | Allows Backup Extension to store cluster resource backups in the blob container. |
8282

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AKS backup is available in all the Azure public cloud regions.
2323

2424
- Container Storage Interface (CSI) driver supports performing backup and restore operations for persistent volumes.
2525

26-
- Currently, AKS backup only supports backup of Azure Disk based persistent volumes (enabled by CSI driver). If you’re using Azure File Share and Azure Blob type Persistent Volumes in your AKS clusters, you can configure backup for them via the Azure Backup solutions available for [Azure File Share](azure-file-share-backup-overview.md) and [Azure Blob](blob-backup-overview.md).
26+
- Currently, AKS backup only supports backup of Azure Disk-based persistent volumes (enabled by CSI driver). If you’re using Azure File Share and Azure Blob type Persistent Volumes in your AKS clusters, you can configure backup for them via the Azure Backup solutions available for [Azure File Share](azure-file-share-backup-overview.md) and [Azure Blob](blob-backup-overview.md).
2727

2828
- Tree Volumes aren’t supported by AKS backup. You can back up only CSI driver based volumes. You can [migrate from tree volumes to CSI driver based persistent volumes](../aks/csi-migrate-in-tree-volumes.md).
2929

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

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

1717
## Before you start
1818

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

@@ -67,7 +67,7 @@ To create a backup policy, follow these steps:
6767
AKS backup allows you to back up an entire cluster or specific cluster resources deployed in the cluster, as required. You can also protect a cluster multiple times as per the deployed applications schedule and retention requirements or security requirements.
6868

6969
>[!Note]
70-
>You can set up multiple backup instances for the same ASK cluster by:
70+
>You can set up multiple backup instances for the same AKS cluster by:
7171
>- Configuring backup in the same Backup vault with a different backup policy.
7272
>- Configuring backup in a different Backup vault.
7373
@@ -118,7 +118,7 @@ To configure backups for AKS cluster, follow these steps:
118118

119119
11. In the *context* pane, enter the *cluster resources* that you want to back up.
120120

121-
Learn about the [backup configurations](#backup-configurations).
121+
Learn about the [backup configurations](#backup-configurations).
122122

123123
12. Select the *snapshot resource group* where *persistent volume (Azure Disk) snapshots* need to be stored, and then select **Validate**.
124124

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ As part of item-level restore capability of AKS backup, you can utilize multiple
6161
- To restore a workload, such as Deployment from a backup via API Group, the entry should be:
6262

6363
- **Kind**: Select **Deployment**.
64-
- **Group**: Select **v1**. We don't recommend using the format app or v1 for any Group.
64+
- **Group**: Select **Group**.
6565
- **Namespace Mapping**: To migrate the backed-up cluster resources to a different *Namespace*, select the *backed-up Namespace*, and then enter the *Namespace* to which you want to migrate the resources.
6666

6767
If the *Namespace* doesn't exist in the AKS cluster, it gets created. If a conflict occurs during the cluster resources restore, you can skip or patch the conflicting resources.

0 commit comments

Comments
 (0)