A city 311 API spikes at lunch and should gain Pods when CPU is high. Which control plane object scales Deployment replicas from resource metrics like CPU?
Select an answer to reveal the explanation.
Short Explanation
HPA is the thermostat for Pod count—when CPU heat rises past the setpoint, it spins up more replicas for 311. It is not a StorageClass or IngressClass job.
Full Explanation
HorizontalPodAutoscaler adjusts the replica count of a scalable target such as a Deployment based on metrics, commonly CPU utilization. IngressClass and StorageClass address ingress controllers and volume provisioning. Admission webhooks are not the workload autoscaler for CPU-based replica changes.