NGINX Plus: Runtime State Sharing #2674
Labels
area/nginx-configuration
Relates to nginx configuration
epic
Represents an epic. Contains sub-issues
Milestone
As a cluster operator using NGF
I want to share the runtime state of all of my NGF data plane instances
So that a user's session can be consistently directed to the same upstream for their session for my stateful application
And so that rate limits can be tracked of across all data plane instances.
Background
By implementing runtime state sharing, we enable a few key use cases that are critically important for web server applications when the scale of NGF is more than a single pod.
Without state sharing:
While state sharing has it's uses for "backend" REST API traffic, especially around rate limiting, the primary driver of this feature is end users in a web application context.
Not included in this epic:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: