-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
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
rotem925, hypsrizzari, eagleusb, maxlaverse, ShadowJonathan and 3 more
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.