Skip to content

Support configuration of max_conns for sticky sessions #8705

Open
@mve-git

Description

@mve-git

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions