County analytics must keep HPA from scaling a batch API below a floor or above a cost ceiling. Which HPA fields constrain that range?
Select an answer to reveal the explanation.
Short Explanation
min and max replicas are the guardrails on the on-ramp—HPA can speed up or slow down only between those posts so cost and capacity stay sane.
Full Explanation
HorizontalPodAutoscaler minReplicas and maxReplicas define the inclusive bounds for automated scaling. hostPort, fsGroup, and topologySpreadConstraints address networking, volume ownership, and placement—not HPA scale range.