-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support AKS Application Gateway Ingress Controller #11357
Comments
This issue is a duplicate to #7384 |
This functionality is added in #11376, issue can be closed. |
Thanks! Can |
This has been released in version 2.62.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.62.0"
}
# ... other configuration ... |
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. |
This issue was originally opened by @jkroepke as hashicorp/terraform#28418. It was migrated here as a result of the provider split. The original body of the issue is below.
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: