nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric Docs Not Very Easy To Follow
trafficstars
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 the site to another. Thus, it wasn't clear as to what I was installing here. In the documentation, there should be a quick start that provides an end-to-end example of how to install and use Nginx's K8s Gateway API features. For example, here's a possible Getting Started outline for local development:
- create the cluster
- install MetalLB
- install the Gateway CRDs
- create the Gateway and Gateway resources
- install Nginx Gateway Fabric
- deploy a sample service
- create HTTPRoute for our deployed service
- test the routing rule
- and so on
BTW, the steps were inspired by both the Kong and Traefik K8s Gateway API implementations. Furthermore, I put together a document for using the Kong implementation that can be found here:
- https://github.com/conradwt/k8s-gateway-api-using-kong