Links

horizontal-pod-autoscaler

"horizontal-pod-autoscaler" Humanitec Resource Type
Used to define a Horizontal Pod Autoscaler for a workload.

Inputs

Name
Description
maxReplicas
The maximum number of replicas of a pod to scale up to.
minReplicas
The minimum number of replicas of a pod to scale down to.
targetCPUUtilizationPercentage
The average CPU load across all replicas to aim for.

Outputs

None

Notes

Humanitec does not require that drivers honor Resource Inputs. A common usecase for the Horizontal Pod Autoscaler resource type is to override the maxReplicas for development environments to preserve resources.
Last modified 10mo ago