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.
We use shell scripts https://github.com/nginxinc/nginx-gateway-fabric/tree/15bab00d0f31c96eed0fe29f34ed7373fa0b9646/tests/scripts to provision and deprovision cloud infra on GKE for tests. One problem with shell scripts - handling partial failures: if some resources were created and...
The ask is to support IPv6 in addition to IPv4. The short path is to assume dual stack and not be exclusive to IPv4. The customer should not be restricted...
**As a** Cluster Operator **I want** to set defaults for client settings that will work for most applications **so that** most Application Developers will not have to tweak these settings....
As a user of NGF I want NGF to update the upstream zone size for NGINX So that if I run into errors when due to exceeding my zone size,...
**As a** user of NGF **I want** to configure NGINX's proxy buffer configuration for my applications **So that** when any part of my request exceeds the needed proxy buffer I...
**As a** user of NKG that has a need for an enhancement in the project **I want** the ability to customize the NGINX configuration for NGF **So that** I can...
As a user of NGF that leaves telemetry enabled I want NGF's release tests to be run with telemetry enabled So that any extra overhead is accounted for in the...
As a user of NGF that leaves telemetry enabled I want NGF's release tests to be run with telemetry enabled So that any extra overhead is accounted for in the...
**Describe the bug** We are reloading after reconciling a HTTPRoute even when there is no accepted Gateway and no config being generated. **To Reproduce** Steps to reproduce the behavior: Deploy...