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-powershell.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 PowerShell
2
+
title: Quickstart - Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via PowerShell
3
3
description: Learn how to quickly configure backup for a Kubernetes cluster using PowerShell.
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 PowerShell
14
+
# Quickstart: Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using PowerShell
15
15
16
-
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using PowerShell.
16
+
This quickstart describes how to configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using PowerShell.
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).
@@ -55,7 +57,7 @@ Retrieve the policy template using the command `Get-AzDataProtectionPolicyTempla
The policy template consists of a trigger criteria (which decides the factors to trigger the backup job) and a lifecycle (which decides when to delete, copy, or move the backups). In AKS backup, the default value for trigger is a scheduled hourly trigger is *every 4 hours (PT4H)* and retention of each backup is *seven days*.
60
+
The policy template consists of a trigger criteria (which decides the factors to trigger the backup job) and a lifecycle (which decides when to delete, copy, or move the backups). In AKS backup, the default value for trigger is a scheduled hourly trigger is *every 4 hours (PT4H)* and retention of each backup is *seven days*. For vaulted backups add retention for vault datastore.
0 commit comments