How to maintain memory load between 60% and 80%?
I have a deployment that is supposed to scale between 5 and 20 pods. For the sake of simplicity, lets say that the pod requests 128Mi and has a limit of 512Mi, so I want the memory usage of the pod between 305Mi and 410Mi.
Kubernetes HPA – How to maintain memory load between 60% and 80%?
I have a deployment that is supposed to scale between 5 and 20 pods. For the sake of simplicity, lets say that the pod requests 128Mi and has a limit of 512Mi, so I want the memory usage of the pod between 305Mi and 410Mi.
Kubernetes HPA scale on average CPU usage for the period of time
Is it possible to configure HPA so that it scales pod only if an average CPU usage is greater than a configured threshold for a specific period of time (e.g. 5 minutes). Couldn’t find it anywhere.