A school district attaches HPA to a gradebook Deployment. What operational practice avoids fighting the autoscaler?
Select an answer to reveal the explanation.
Short Explanation
If the cruise control is on, do not keep stomping the gas and brake by hand. When HPA owns replica count, stop wrestling it with constant manual scale patches.
Full Explanation
When a HorizontalPodAutoscaler controls a Deployment, repeated manual changes to spec.replicas conflict with the controller and cause churn. Operators should let HPA manage replicas (or intentionally take over by removing/adjusting HPA), not delete Deployments or disable scheduling to 'fix' scale.