Skip to content

What is the maximum number of pods that KEDA can handle on one node? #6867

Discussion options

You must be logged in to vote

I just discovered what my problem was.
When I was running 80 pods on one worker, I didn't notice that the disk was very busy (for the scale, a server with 128 CPUs showed throttling at 500). The reason was that applications under heavy load wrote a lot of logs, which in addition to being displayed on stdout, also wrote to a file.
After fixing this writing to a file (removing this functionality), the problem does not occur.

Thanks a lot for confirming my belief that KEDA does not affect the application runtime in any way :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jagermaist3r
Comment options

Answer selected by Jagermaist3r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants