Scale out if request rate > 100, scale in if request rate < 20 #5711
Unanswered
Leonardo-Ferreira
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I implement a scale rule where the threshold for scaling out is X but the scale in is Y? Just like the question states, request per sec per pod > 100? Provision another one… request per sec per pod < 20? Scale in!
Beta Was this translation helpful? Give feedback.
All reactions