Open
Description
We have implemented sticky sessions for our ingress nginx. Now we need to limit the maximum connections for a sticky session to avoid an overload on a single pod. In the documentations https://docs.ovh.com/sg/en/kubernetes/sticky-session-nginx-ingress/ and https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/ I could not find a way to implement the nginx property max_conns or something similar.
I have found this issue which apparently was closed due to inactivity #6634.
An implementation like
nginx.ingress.kubernetes.io/max-conns: "10"
would be ideal for our needs.
Kind regards
/kind feature