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
recently it's possible to use an Application Gateway as Ingress Controller for AKS.
This functionally is available as aks addon called "ingress-azure". The Azure CLI expose multiple parameters around AGIC:
az aks create --help
...
Application Gateway Arguments
--appgw-id : Resource Id of an existing Application Gateway to
use with AGIC. Use with ingress-azure addon.
--appgw-name : Name of the application gateway to create/use in the
node resource group. Use with ingress-azure addon.
--appgw-subnet-cidr : Subnet CIDR to use for a new subnet created to
deploy the Application Gateway. Use with ingress-
azure addon.
--appgw-subnet-id : Resource Id of an existing Subnet used to deploy the
Application Gateway. Use with ingress-azure addon.
--appgw-watch-namespace : Specify the namespace, which AGIC should watch. This
could be a single string value, or a comma-separated
list of namespaces.
Please note, the AGIC is something different then the "HTTP Application Routing" option.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview
Hi,
recently it's possible to use an Application Gateway as Ingress Controller for AKS.
This functionally is available as aks addon called "ingress-azure". The Azure CLI expose multiple parameters around AGIC:
Please note, the AGIC is something different then the "HTTP Application Routing" option.
The text was updated successfully, but these errors were encountered: