ingress-nginx
ingress-nginx copied to clipboard
Ingress NGINX Controller for Kubernetes
## Problem The fact that [using http2 traffic like gRPC requires a cert](https://github.com/kubernetes/ingress-nginx/issues/10429) is not explicitly mentioned in the [gRPC example page](https://kubernetes.github.io/ingress-nginx/examples/grpc/). This is confusing, because requiring an https context...
I was unable to find where or what generates the `/etc/nginx/opentelemetry.toml` as I wanted to add configuration to it. Would be great if we can support `otel.exporter.otlp.headers` (`OTEL_EXPORTER_OTLP_HEADERS` in env)....
**What happened**: See Screenshot:  We've observed prometheus gradually use more and more memory over time - after some inspection we found that `nginx_ingress_controller_orphan_ingress` exports a really large amount of...
create a repository for the kubectl plugin(cmd/plugin), like https://github.com/kubernetes/sample-cli-plugin because I have some personal needs, wish to modify the plugin thz, : )
**What happened**: I noticed a problem with metrics that can lead to metric granularity explosion. In default config ingress will accept any HTTP method, even nonsense one. HTTP methods are...
https://github.com/kubernetes/ingress-nginx/blob/63dbbdbb3a099417f411fbd1d684fa2a287c96cd/internal/nginx/maxmind.go#L204 as per above mentioned link it is returning **unknown Maxmind GeoIP2 edition name 'GeoIP2-City-Asia-Pacific' when using '--maxmind-edition-ids=GeoIP2-City-Asia-Pacific'** is there any way to use GeoIP2-City-Asia-Pacific Edition with nginx-ingress-controller ?
If nginx ingress-controller could filter endpoints by a header in request? (for example, label `a=b` to endpointslice, the requests of having header `a=b` can be routed to the `a=b` label...