File tree Expand file tree Collapse file tree
kubernetes/namespaces/nginx-gateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ We use NGINX Gateway Fabric to manage our ingress traffic. This replaced the pre
1919
2020NOTE: To upgrade/change values, switch from ` helm install ` to ` helm upgrade ` .
2121
22- ## Creation of Gateway
22+ ## Creation of Gateway & associated resources
2323
24241 . 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.
You can’t perform that action at this time.
0 commit comments