nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Hi, It seems NGF does not yet support `RegularExpression` for path matching. I wonder if there is any way for me to move this NGINX location to HTTPRoute with the...
Right now nginx listens on whatever ports are defined in the Gateway listener. However, ports under 1024 are privileged and require the CAP_NET_BIND capability and `allowPrivilegeEscalation` in order for nginx...
As an NGF user I want to know how to use NGF works with websocket applications So that I can run my websocket application fronted by NGF. ### Acceptance -...
By default, our docs have users create the docker registry secret with the name `nginx-plus-registry-secret`. But we don't use this default in our actual installation. We force users to specify...
Write a doc about logging configuration for control plane (for the user). Include: - log levels - log format - how critical errors (when control plane terminates) are logged -...
**As a** maintainer for NGF **I want** to know how many clusters are connected to the NGINX One Console **So that** I know how valuable that connection is **And** how...
**As a** maintainer of NGF **I want** to know how many data plane pods each participating cluster is scaled to **I also want** to know how many NginxProxy resources are...
As a user of NGF for NGINX Plus or OSS I want to see my metrics in the NGINX One console So that I can observe all of my NGINX...
Seeing the following log in the nginx-gateway container: ``` {"level":"debug","ts":"2024-12-17T19:56:52Z","logger":"telemetryJob.otel","msg":"SimpleSpanProcessor is not recommended for production use, consider using BatchSpanProcessor instead."} ```
As a user of NGF I want to enforce mTLS authentication for a set of listeners within my Gateway with attributes I expect So that I have a layer 4...