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/quick-kubernetes-backup-cli.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Quickstart - Configure backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Azure CLI
2
+
title: Quickstart - Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Azure CLI
3
3
description: Learn how to quickly configure backup for a Kubernetes cluster using Azure CLI.
4
4
ms.service: azure-backup
5
5
ms.topic: quickstart
@@ -11,14 +11,16 @@ author: AbhishekMallick-MS
11
11
12
12
---
13
13
14
-
# Quickstart: Configure backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI
14
+
# Quickstart: Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI
15
15
16
-
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI.
16
+
This quickstart describes how to configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure CLI.
17
17
18
18
Azure Backup for AKS is a cloud-native, enterprise-ready, application-centric backup service that lets you quickly configure backup for AKS clusters.
19
19
20
20
## Before you start
21
21
22
+
Before you configure vaulted backup for AKS cluster, ensure the following prerequisites are met:
23
+
22
24
- Currently, AKS backup supports Azure Disk-based persistent volumes (enabled by CSI driver) only. The backups are stored only in operational datastore (in your tenant) and aren't moved to a vault. The Backup vault and AKS cluster should be in the same region.
23
25
24
26
- 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).
@@ -112,7 +114,7 @@ Once the vault and policy creation are complete, you need to perform the followi
112
114
az aks trustedaccess rolebinding create --cluster-name $akscluster --name backuprolebinding --resource-group $aksclusterresourcegroup --roles Microsoft.DataProtection/backupVaults/backup-operator --source-resource-id /subscriptions/$subscriptionId/resourceGroups/$backupvaultresourcegroup/providers/Microsoft.DataProtection/BackupVaults/$backupvault
113
115
```
114
116
115
-
## Configure backups
117
+
## Configure vaulted backups for AKS cluster
116
118
117
119
With the created Backup vault and backup policy, and the AKS cluster in *ready-to-be-backed-up* state, you can now start to back up your AKS cluster.
0 commit comments