application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
**Describe the bug** As you can see below, it is rendered weirdly.  In case this is my browser issue, I also use Edge/Chrome and even web archive service, but...
**Is your feature request related to a problem? Please describe.** Pod identity has been deprecated, but the documents are still using Pod identity as the steps:   It looks...
## Checklist - [x] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage - [...
**Is your feature request related to a problem? Please describe.** When using the AGIC addon, a managed identity called `ingressapplicationgateway-` is automatically created with **Contributor** role assignment on the Resource...
**Is your feature request related to a problem? Please describe.** When creating an Application Gateway via `APPGW_ENABLE_DEPLOY=true` in the controller environment the [autoscaling](https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-autoscaling-zone-redundant) configuration is set to "manual" with a...
**Is your feature request related to a problem? Please describe.** We're seeing this error message in our logs: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/dd55e83b42305c549ca20125fd51728994610956/pkg/appgw/requestroutingrules.go#L500 But as far as I can tell, this error is ignorable...
**Is your feature request related to a problem? Please describe.** The current healthprobe generates lot of metrics/logs in our service. It would be nice to be able to add a...
I would like to use a subdomain over the default cluster domain (eg: westus.cloudapp.azure.com) and use the annotation (service.beta.kubernetes.io/azure-dns-label-name: foobar) to make my ingress resolvable via foobar.westus.cloudapp.azure.com This works when...
I have a Prefix path defined in my ingress of: /v1/model/*/report/* The incoming requests with a path of: /v1/model/c23ab382-6cf5-41ee-959b-a36fa6baa18d/report/72fdbd09-69c7-47aa-a560-ff9ceb096c2f gets routed to the / instead of the path defined above...
**Describe the bug** Application Gateway is now offering TCP/TLS proxy, eg. for connecting to DB instances ([link](https://learn.microsoft.com/en-us/azure/application-gateway/how-to-tcp-tls-proxy)). Similar, this functionality can be used to access cluster-hosted dbs (statefulsets) using APP...