HorizontalPodAutoscaling
Resource Icon
Resource Overview
A Kubernetes resource that automatically scales the number of Pods in a Deployment, ReplicaSet, or StatefulSet based on observed CPU usage.
Associated Resources
Parent Resource
Connected Resources
Resource Setting Values
service_name
: HPA resource namenamespace
: Namespace where HPA resources will be deployedannotations
: A key-value used to display necessary information in the Kubernetes systemlabels
: To distinguish objects, the user arbitrarily specifies the desired valuemin_replicas
: Minimum number of Pods that can be set in HPA - default is 1max_replicas
: Maximum number of Pods that can be set in HPAtarget_cpu_utilization_percentage
: Target average CPU utilization (represented as a percentage of requested CPU) over all the podsscale_target_ref
: Reference to extended resourcesname
: Referenced resource namekind
: Referenced resource type -Deployment
,StatefulSet