Passa al contenuto principale

HorizontalPodAutoscaler



Icona della risorsa

Panoramica della risorsa

A Kubernetes resource that automatically scales the number of Pods in a Deployment or StatefulSet based on observed CPU utilization.

Associated Resources

Risorse principali

Connected Resources


Valori di configurazione della risorsa

Basic Settings

  • namespace : Namespace where the HPA resource will be deployed
  • annotations : Kubernetes system metadata key-value pairs
  • labels : Labels used to identify the HPA resource
  • min_replicas : Minimum number of Pods to maintain during autoscaling
  • max_replicas : Maximum number of Pods to maintain during autoscaling
  • target_cpu_utilization_percentage : Target average CPU utilization percentage for Pods
  • scale_target_ref : Reference to the target controller resource for scaling (Deployment, StatefulSet)

Riferimenti