application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
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.

Results 252 application-gateway-kubernetes-ingress issues
Sort by recently updated
recently updated
newest added
trafficstars

## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...

## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...

## Checklist - [ ] The title of the PR is clear and informative - [ ] If applicable, the changes made in the PR have proper test coverage -...

**Describe the bug** For SSL enablement, I need to set the annotation: `appgw.ingress.kubernetes.io/backend-hostname: backend` This is the CN of the certificate returned by the backend server The health probes passes...

**Is your feature request related to a problem? Please describe. ** Predefined SSL Profiles exists without creating SSL Profile records for all Application Gateways. When you try to use a...

**Describe the bug** ProhibitedTargets require the path to end with "/*" as described here: (https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/crds/AzureIngressProhibitedTarget-v1-CRD-v1.yaml#L28) However when checking in the Azure Application Gateway rules, then paths just have to start...

Application Gateway is capable of using a dualstack interface, as described [here](https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-faq#does-application-gateway-support-multiple-public-ips-on-the-gateway). On the other hand, there is no mapping annotation to this feature. Is it possible to have AKS...

Hi Team, I am trying to create a custom policy for Azure Application Gateway WAF policy resource lock enable via policy, we need to restrict the user to modify or...

**Describe the bug** We added an Ingress.yaml containing two hostnames. Both of the hostnames were pointing to one service as backend. The service contains one health probe: **To Reproduce** We...

My application is with Angular FE and multiple Asp.net core web api's. I have deployed this in AKS and configured Appgw AGIC. My Ingress controller details Name: ingress-appgw-deployment-xxxxxxxx-xxxx Namespace: kube-system...