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

**Describe the bug** We just upgraded our k8s cluster, and are now using k8s version 1.22.2, which automatically upgraded to ingress controller version 1.5.0-rc1. After our next deploy, many routes...

**Describe the bug** Looking at the worker code, it seems that errors are never retried, just logged: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/b01f82a6acdd75e8b42e3b974bbd0489167f8468/pkg/worker/worker.go#L62 The problem is that some of these errors might be critical, specifically...

Reopening #908 We have a multi-tenant application that is really on the Host Header and we cannot override it with the specific one in the Ingress rule / Backend HTTP...

**Describe the bug** I have two AGIC pods deployed in a cluster and one of them is running fine (updating the appgw normally), but the other one is not in...

Hello. We're having troubles sharing one APPGW for our two AKS clusters. We have created the AzureIngressProhibitedTarget object in both clusters as stated and it seems to work fine, we...

I read this in the documentation: `For deployments that require more than one AGIC per cluster or multiple AGICs targeting one Application Gateway, please continue to use AGIC deployed through...

Ingress and IngressClass types in the extensions/v1beta1 and networking.k8s.io/v1beta1 API versions are deprecated and will no longer be served in 1.22+. Persisted objects can be accessed via the networking.k8s.io/v1 API....

Hi, ## Issue I would like expose my app on port 8443 with **HTTPS** protocol for public enpoints, and expose on port 8080 with **HTTP** protocol only for health probes...

We run a AKS with AGIC and Application Gateway. During deploy the Application Gateway drops all old pods from the backend pools but does not send traffic the the new...

**Describe the bug** 'SecretNotFound' Unable to find the secret associated to secretId: [staging-ns/tistaging-imnos-tls] **To Reproduce** Setup AGIC to auto configure https listener on AppGw form Aks cluster deployed website **Ingress...