Skip to content

Commit f3dcc03

Browse files
Clarify AGIC add-on usage in AKS tutorial
Updated tutorial to clarify the use of AGIC add-on with existing AKS and application gateway.
1 parent f640f5c commit f3dcc03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/application-gateway/tutorial-ingress-controller-add-on-existing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: devx-track-azurecli
1313

1414
# Tutorial: Enable application gateway ingress controller add-on for an existing AKS cluster with an existing application gateway
1515

16+
> [!TIP]
17+
> Consider [Application Gateway for Containers](for-containers/overview.md) for your Kubernetes ingress solution.
18+
1619
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.
1720

1821
In this tutorial, you learn how to:

0 commit comments

Comments
 (0)