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.
- NginxProxy is created by default, this should be mentioned (data plane doc should talk about editing the default NginxProxy at the GatewayClass level) - [Data plane configuration doc](https://docs.nginx.com/nginx-gateway-fabric/how-to/data-plane-configuration/) -...
can briefly discuss how to create a Gateway to provision nginx mention that we support multiple gateways mention how to configure labels/annotations on the provisioned resources mention how NginxProxy contains...
by default, we use self-signed certs that are not rotated recommend users integrate cert-manager for deploying these certificates in a production environment
if nginx instances connect to a non-leader control plane pod, status of config apply won't be seen because only the leader can write statuses to Gateway resources
To reflect new architecture Can we get a redraw of our diagram? Marketing help? Update the pod readiness section
As a user of Ingress and potential user of NGF I want a high-level guide to show me how I might convert all my Ingress configuration into NGF configuration So...
As an NGF user, I want to specify Subject Alternative (SAN) names for my backends, So that I can allow multiple alternative names to be present in the backend certificate....
As an NGF user, I want to specify client certificates for Gateway using the field `tls.backend` So that I can easily present the gateway's identity to the backend pods. The...
Renovate opens a LOT of pull requests that require time for a developer to review, and also merge. Where possible, we should attempt to group dependencies that are closely related...