Open mwilfried opened 1 month ago
Hi @mwilfried, we set the CPU to the 95th percentile of usage. Meaning, if your pod consumed 1 core constantly, we would set a request of 1 core (1000m) as the 95th percentile of constant 1 core usage is 1 core.
If 95% of the time your pod used half a core (500m) or under, but 5% of the time it spiked to 1 full core, we would set 500m as that is the 95th percentile value.
Does that help?
Hi @aantn
thank you for your reply. "95th percentile of usage" ==> on other words, it's an average of usage for 95% of time for a period, am I right ?
Yes more clear, thank you
Close! It's the "the maximum value 95% of the time".
See https://simple.wikipedia.org/wiki/Percentile for more info
Describe the bug Sorry, it's not a bug but much more a request for more explanations about the request recommendations. The documentation says
I understand that if my pod has one container, and consumes 1 core, the request recommendation will be to set a cpu request of 50m ? Is that right ?
Could you explicit a little bit more how the CPU Request recommendation is calculating by giving some examples. It would be very helpful
Regards