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.
In this pipeline run of the NFR test results on edge: https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10872403318, the scale test for UpstreamServers encountered an error when ran on Plus. NGF Error: ```json { "level": "error",...
The ObservabilityPolicy CRD should require a minimum of 1 TargetRef. See this convo: https://github.com/nginxinc/nginx-gateway-fabric/pull/2515#discussion_r1747228151
Add upstream zone size field to the NginxProxy resource so that users can configure a global upstream zone size for NGF. This zone size will apply to all http and...
When attempting to install the Nginx implementation K8s Gateway API (i.e. Nginx Gateway Fabric), I found the documentation hard to follow because I had to jump from one page of...
**Describe the bug** I activated the Nginx Gateway Fabric on EKS, but only the instance that contains the nginx-gateway pod is healthy on the load balancer. It is possible to...
As a user of NGF with some knowledge of NGINX configuration I want a guide to show me how to insert the NGINX configuration I need for my route rules...
As a user of NGF I want to specify timeouts per request for my HTTPRoutes So that my client applications can get quick feedback that the request will not complete...
As a maintainer of NGF I want to know what the most popular directives used in snippets in NGF So that I can prioritize the most popular directives to be...
As a user of NGF I want my SnippetsFilter configuration applied to NGF's data plane So that I can leverage NGINX features not yet available in NGF. ### Acceptance -...