Skip to content
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 #28418

Closed
jkroepke opened this issue Apr 16, 2021 · 2 comments
Closed

Support AKS Application Gateway Ingress Controller #28418

jkroepke opened this issue Apr 16, 2021 · 2 comments
Labels
enhancement new new issue not yet triaged provider/azurerm

Comments

@jkroepke
Copy link

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:

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.

@ghost
Copy link

ghost commented Apr 16, 2021

This issue has been automatically migrated to hashicorp/terraform-provider-azurerm#11357 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-azurerm#11357.

@ghost ghost closed this as completed Apr 16, 2021
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 17, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement new new issue not yet triaged provider/azurerm
Projects
None yet
Development

No branches or pull requests

2 participants