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** I'm using custom installed AGIC (1.6.0 version). After installation AGIC is successfully applying configuration to application gateway but in log there is an error occuring every time...
**Describe the bug** We are trying to create a ingress with only 443 enabled but its creating listeners with both 80 and 443. According to our security team, we are...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] This is required for...
When deploying using Helm we are not getting a backend pool created. Deploying a Single Pod, service and ingress with -f (Yaml) does create the backend pool though. **To Reproduce**...
**Describe the bug** I'm trying to update a ssl certificate by using this: ``` az network application-gateway ssl-cert update ` --resource-group ` --gateway-name ` -n ` --cert-file ` --cert-password ```...
I'm in the process of transitioning our application from ASE to AKS on Azure. In the current setup, we have two application gateways with mirrored configuration, running in active-active mode...
**Describe the bug** We use Helm and Terraform to deploy services into AKS, it seems when we 'terraform destroy' a deployed service the sslcert data that was applied to the...
**Describe the bug** This example is used in our Microsoft documentation, but the image seems to have changed path, removing the core from the URL: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/master/docs/examples/aspnetapp.yaml https://hub.docker.com/_/microsoft-dotnet-samples/ docker pull mcr.microsoft.com/dotnet/samples:dotnetapp...
**Is your feature request related to a problem? Please describe.** Got `wildcard` ssl certificate using `Let's Encrypt DNS Challenge`. the TLS secret is in `ingress-azure` namespace. when we deploy our...
**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 HTTP/2 configuration is set to "false": ``` "properties":...