Skip to content

Commit 03d0fb6

Browse files
Merge pull request #246466 from AbhishekMallick-MS/Jul-27-2023-AKS
AKS prerequisites updates
2 parents 89c362d + b417a3a commit 03d0fb6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Kubernetes Service (AKS) backup using Azure Backup prerequisites
33
description: This article explains the prerequisites for Azure Kubernetes Service (AKS) backup.
44
ms.topic: conceptual
55
ms.service: backup
6-
ms.date: 03/27/2023
6+
ms.date: 07/27/2023
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -28,6 +28,13 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
2828

2929
- Before you install an extension in an AKS cluster, you must register the `Microsoft.KubernetesConfiguration` resource provider at the subscription level. Learn how to [register the resource provider](azure-kubernetes-service-cluster-manage-backups.md#resource-provider-registrations).
3030

31+
- Extension agent and extension operator are the core platform components in AKS, which are installed when an extension of any type is installed for the first time in an AKS cluster. These provide capabilities to deploy *1P* and *3P* extensions. The backup extension also relies on these for installation and upgrades.
32+
33+
- Both of these core components are deployed with aggressive hard limits on CPU and memory, with CPU *less than 0.5% of a core* and memory limit ranging from *50-200 MB*. So, the *COGS impact* of these components is very low. Because they are core platform components, there is no workaround available to remove them once installed in the cluster.
34+
35+
36+
37+
3138
Learn [how to manage the operation to install Backup Extension using Azure CLI](azure-kubernetes-service-cluster-manage-backups.md#backup-extension-related-operations).
3239

3340
## Trusted Access

0 commit comments

Comments
 (0)