ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
**What happened**: After upgrading from v1.8.0 to v1.12.1 (via helm chart v4.12.1) our application which used regex pathing for the proxy-cookie-path annotation started erroring out in the ingress-nginx pod logs...
kubectl get ingress -w NAME CLASS HOSTS ADDRESS PORTS AGE auth-service dev-klara.theklara.com a414f661942514c59b0b65fe7b44db33-1821700671.eu-central-1.elb.amazonaws.com 80, 443 56d chat-service dev-klara.theklara.com ae866ce64bcc74c16bec15b69f903ab4-470541560.eu-central-1.elb.amazonaws.com 80, 443 10d gateway-bff dev-klara.theklara.com 80, 443 16m klara-core dev-klara.theklara.com a414f661942514c59b0b65fe7b44db33-1821700671.eu-central-1.elb.amazonaws.com...
**What happened**: POST with 10mb body leads to dropped request with error: ``` 2025/02/20 15:24:11 [crit] 517#517: *74177 pread() "/tmp/nginx/client-body/0000000041" failed (9: Bad file descriptor) while sending request to upstream...
Currently NGINX logs a warning for requests that are bigger than the configured client in-memory buffer (https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#client-body-buffer-size): `[warn] 128#128: *5837 a client request body is buffered to a temporary file...
Hello, Azure is ending support for the poperty NumberOfProbes in 2027. When creating a service using ingress-nginx in AKS that creates a load balancer in Azure we can see that...
## What this PR does / why we need it: kubectl exec [POD] [COMMAND] had been deprecated for 5 years, and they've just removed it now. After some gdb'ing i...
hello all, i have a 5 ingress-nginx controllers installed in my EKS cluster that have load balancer all installed as helm charts. however only one ingress-nginx controller and only on...
Hi, I need to route requests to different services based on the request header values: MODE="DEV", MODE="TEST", and MODE="LIVE". I tried using Canary deployments, but I was only able to...
## What this PR does / why we need it: This change helps add `extraVolumes` and `extraVolumeMounts` for the AdmissionsWebhooks Job-Patch createSecret and patchwebhook Jobs. Currently if `automountServiceAccountToken` is set...
### Adding module to the base image I'm customizing the ingress-nginx controller by using a modified nginx-base image. Specifically, I want to add the NJS module to enable advanced CORS...