Keda Scaling #3289
Answered
by
zroubalik
jason-ford-codecov
asked this question in
General
Keda Scaling
#3289
-
How does Keda determine how much to scale to pods? Is there is a way to set it? Like if there is a redis list spike and you wanted to scale out 2 pods at a time? |
Beta Was this translation helpful? Give feedback.
Answered by
zroubalik
Jun 28, 2022
Replies: 1 comment
-
KEDA is using HPA to drive the autoscaling, please refer to HPA documentation: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#algorithm-details |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zroubalik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KEDA is using HPA to drive the autoscaling, please refer to HPA documentation: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#algorithm-details