Skip to Content
Core InfraWorkload RightsizingHPA and KEDA

HPA and KEDA

When automating a workload, ScaleOps automatically updates HPA or KEDA Scalers for cpu and memory utilization triggers according to the pod’s original resource request to keep the original triggers behavior.

This mechanism will keep the exact same behaviour for horizontal scaling while optimizing the pod’s resources.



HPA

When a workload has HPA set with a trigger of targetAverageUtilization for resource type of either cpu or memory, ScaleOps will automatically update the HPA trigger to targetAverageValue to keep the same horizontal scaling trigger with the pod’s new size.

KEDA

When a workload has KEDA Scaler set with a trigger of Utilization for resource type of either cpu or memory, ScaleOps will automatically update the KEDA Scaler trigger to AverageValue to keep the same horizontal scaling trigger with the pod’s new size.