Skip to content

Commit a595e2e

Browse files
committed
add documentation for session persistence
1 parent dd700aa commit a595e2e

File tree

5 files changed

+897
-330
lines changed

5 files changed

+897
-330
lines changed

content/ngf/overview/gateway-api-compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ See the [controller]({{< ref "/ngf/reference/cli-help.md#controller">}}) command
176176
- `name`: Not supported.
177177
- `timeouts`: Not supported.
178178
- `retry`: Not supported.
179-
- `sessionPersistence`: Not supported.
179+
- `sessionPersistence`: Supported.
180180
- `status`
181181
- `parents`
182182
- `parentRef`: Supported.
@@ -226,7 +226,7 @@ See the [controller]({{< ref "/ngf/reference/cli-help.md#controller">}}) command
226226
- `extensionRef`: Supported for SnippetsFilters.
227227
- `backendRefs`: Partially supported. Backend ref `filters` are not supported.
228228
- `name`: Not supported.
229-
- `sessionPersistence`: Not supported.
229+
- `sessionPersistence`: Supported.
230230
- `status`
231231
- `parents`
232232
- `parentRef`: Supported.

content/ngf/overview/nginx-plus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ NGINX Gateway Fabric can use NGINX Open Source or NGINX Plus as its data plane.
1313
- **Robust metrics**: A plethora of [additional Prometheus metrics]({{< ref "/ngf/monitoring/prometheus.md" >}}) are available.
1414
- **Live activity monitoring**: The [NGINX Plus dashboard]({{< ref "/ngf/monitoring/dashboard.md" >}}) shows real-time metrics and information about your server infrastructure.
1515
- **Dynamic upstream configuration**: NGINX Plus can dynamically reconfigure upstream servers when applications in Kubernetes scale up and down, preventing the need for an NGINX reload.
16+
- **Session persistence**: NGINX Plus provides support for cookie-based session persistence, allowing client requests to be consistently routed to the same upstream pod.
17+
- **Load balancing methods**: NGINX Plus provides advanced, latency-aware load balancing methods (such as `least_time` and `least_time last_byte inflight`) that route traffic based on time to first byte or full response, optionally factoring in in-flight requests for smarter upstream selection.
1618
- **Support**: With an NGINX Plus license, you can take advantage of full [support](https://my.f5.com/manage/s/article/K000140156/) from NGINX, Inc.

0 commit comments

Comments
 (0)