|
|
|
|
|
by WarChortle
1378 days ago
|
|
> Set requests very low for your pods. Look at the minimum CPU/Memory that your pods need go start and set it to that. Limits can be whatever. Wouldn't this lead to Node Over provisioning? I ask because my company's workload is very spiky and usage is very minimal until it isn't. We are looking into ways to optimize it. |
|
My apologies in advance as the advice can be terrible depending on your environment and services. Below is not an exact science as you are dealing with requests and limits while trying to find optimal performance.
For production you need to calculate your minimum, average and max CPU/Memory for your a pod.
There are two other things I always do in production that help with stability and reliability. I hope this helps and I apologize once again for the hand wavyness of things.