HorizontalPodAutoscaler
Ressourcenicon

Ressourcenübersicht
A Kubernetes resource that automatically scales the number of Pods in a Deployment or StatefulSet based on observed CPU utilization.
Associated Resources
Übergeordnete Ressourcen
Connected Resources
Ressourcenkonfiguration
Basic Settings
namespace: Namespace where the HPA resource will be deployedannotations: Kubernetes system metadata key-value pairslabels: Labels used to identify the HPA resourcemin_replicas: Minimum number of Pods to maintain during autoscalingmax_replicas: Maximum number of Pods to maintain during autoscalingtarget_cpu_utilization_percentage: Target average CPU utilization percentage for Podsscale_target_ref: Reference to the target controller resource for scaling (Deployment, StatefulSet)