Auto-scaling based on in-flight requests. #1327
Unanswered
nsubrahm-aws
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My requirement is to limit number of requests processed by a pod i.e., if number of in-flight requests processed by a pod is greater than
n
, then I would like to launch another pod. I understand this add-on scales pods on incoming traffic. I would like to know if it uses the number of requests currently being processed by pods as a metric to scale.Beta Was this translation helpful? Give feedback.
All reactions