From f3dcc03e2b75a468c8741acaef7e644576907a5e Mon Sep 17 00:00:00 2001 From: Vyshnavi-MSFT Date: Mon, 10 Nov 2025 12:04:05 -0800 Subject: [PATCH] Clarify AGIC add-on usage in AKS tutorial Updated tutorial to clarify the use of AGIC add-on with existing AKS and application gateway. --- .../tutorial-ingress-controller-add-on-existing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/application-gateway/tutorial-ingress-controller-add-on-existing.md b/articles/application-gateway/tutorial-ingress-controller-add-on-existing.md index 1d860afa745a3..40ace5ce7ef10 100644 --- a/articles/application-gateway/tutorial-ingress-controller-add-on-existing.md +++ b/articles/application-gateway/tutorial-ingress-controller-add-on-existing.md @@ -13,6 +13,9 @@ ms.custom: devx-track-azurecli # Tutorial: Enable application gateway ingress controller add-on for an existing AKS cluster with an existing application gateway +> [!TIP] +> Consider [Application Gateway for Containers](for-containers/overview.md) for your Kubernetes ingress solution. + You can use Azure CLI or portal to enable the [application gateway ingress controller (AGIC)](ingress-controller-overview.md) add-on for an existing [Azure Kubernetes Services (AKS)](https://azure.microsoft.com/services/kubernetes-service/) cluster. In this tutorial, you'll learn how to use AGIC add-on to expose your Kubernetes application in an existing AKS cluster through an existing application gateway deployed in separate virtual networks. You'll start by creating an AKS cluster in one virtual network and an application gateway in a separate virtual network to simulate existing resources. You'll then enable the AGIC add-on, peer the two virtual networks together, and deploy a sample application that will be exposed through the application gateway using the AGIC add-on. If you're enabling the AGIC add-on for an existing application gateway and existing AKS cluster in the same virtual network, then you can skip the peering step below. The add-on provides a much faster way of deploying AGIC for your AKS cluster than [through Helm](ingress-controller-overview.md#difference-between-helm-deployment-and-aks-add-on) and also offers a fully managed experience. In this tutorial, you learn how to: