Skip to content

Commit d5e567d

Browse files
committed
Update documentation for nginx-gateway
1 parent 5df2e5f commit d5e567d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

kubernetes/namespaces/nginx-gateway/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ We use NGINX Gateway Fabric to manage our ingress traffic. This replaced the pre
1919

2020
NOTE: To upgrade/change values, switch from `helm install` to `helm upgrade`.
2121

22-
## Creation of Gateway
22+
## Creation of Gateway & associated resources
2323

2424
1. Apply `gateway.yaml` to create the Gateway resource that defines how ingress traffic should be routed to services in the cluster.
25+
2. Apply `reference-grants.yaml` to create ReferenceGrant resources that allow the Gateway to reference services in other namespaces.
26+
3. Apply snippets in `snippets/` to create reusable configuration snippets for use in HTTPRoute resources (notably mTLS enforcement).
27+
4. Finally, create routes from `routes/special/` and `routes/service-routes/` to define how traffic should be routed to services in the cluster.

0 commit comments

Comments
 (0)