Skip to content

Commit 9685577

Browse files
committed
add note about deprecation
1 parent e9f7cc7 commit 9685577

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

articles/application-gateway/ingress-controller-autoscale-pods.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: application-gateway
77
ms.custom: devx-track-linux
88
ms.topic: how-to
9-
ms.date: 04/27/2023
9+
ms.date: 10/26/2023
1010
ms.author: greglin
1111
---
1212

@@ -21,6 +21,10 @@ Use following two components:
2121
* [`Azure Kubernetes Metric Adapter`](https://github.com/Azure/azure-k8s-metrics-adapter) - We use the metric adapter to expose Application Gateway metrics through the metric server. The Azure Kubernetes Metric Adapter is an open source project under Azure, similar to the Application Gateway Ingress Controller.
2222
* [`Horizontal Pod Autoscaler`](../aks/concepts-scale.md#horizontal-pod-autoscaler) - We use HPA to use Application Gateway metrics and target a deployment for scaling.
2323

24+
> [!NOTE]
25+
> The Azure Kubernetes Metrics Adapter is no longer maintained. Kubernetes Event-driven Autoscaling (KEDA) is an alternative.<br>
26+
> Also see [Application Gateway for Containers](for-containers/overview.md).
27+
2428
## Setting up Azure Kubernetes Metric Adapter
2529

2630
1. First, create a Microsoft Entra service principal and assign it `Monitoring Reader` access over Application Gateway's resource group.

0 commit comments

Comments
 (0)