ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
I would like to find exact documentation of the behaviour of `--enable-annotation-validation`. Which annotations are allowed? What content of annotations is allowed? What is not allowed? Specific documentation regarding `server-snippet`...
Using Pattern to catch Exact /: │app.kubernetes.io/name: rke2-ingress-nginx │app.kubernetes.io/version: 1.6.4 │helm.sh/chart: rke2-ingress-nginx-4.5.201 Having an ingress with: │ rules: │ - http: │ paths: │ - backend: │ service: │ name:...
Hello, Please can a ingress-nginx feature be created to expose the `nginx_status` page so that other monitoring applications in a cluster can read it. If this is already possible can...
After fresh installed nginx ingress controller with metrics enabled. we are not able to see few metrics. go_goroutines Number of goroutines that currently exist. go_goroutines gauge nginx_ingress_controller_bytes_sent The number of...
**What happened**: We noticed recently that we have sensitive information being exposed in the logs coming from ingress-nginx. It appears modsecurity has a way to scrub these but I get...
**What happened**: Elastic Heartbeat within the cluster perform HEAD requests to https://app.corp.com/context/ every 15 seconds. Application runs in the same cluster. Once per 2-3 hrs there is 502 response. **What...
Hi Team, Our problem: We have encountered CORS issue because of a huge list of domains set up in 'Access-Control-Allow-Origin.' We are not allowed to use wildcard "*" in domain...
Hello, First of all, I apologize for not using issue template. It seems that kubernetes slack requires an account and the other templates were not suited. **Question:** From that [document](https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/monitoring.md)...
The access log for mirror requests is unnecessary when using "nginx.ingress.kubernetes.io/mirror-target". Please add a new annotation to disable it. no no
We'd like a way to disable the `path`, `status`, and `method` labels from being included on all histogram type metrics. We've run into rate limits and cost problems due to...