l7mp / stunner-gateway-operator

STUNner Kubernetes Gateway Operator
Apache License 2.0
15 stars 6 forks source link

feat: Set LB service session affinity to "clientIP" #51

Closed rg0now closed 3 months ago

rg0now commented 3 months ago

Enabling sticky sessions for the LB service may improve the robustness of TURN connection routing during scale-out/in. Unfortunately it is not perfectly understood at this point how this feature works for UDP sessions across different LB controllers so we must do some testing before enabling this by setting by default.

rg0now commented 3 months ago

Merged as per https://github.com/l7mp/stunner-gateway-operator/pull/52