Problem Statement
Which controller would you use to automatically scale pods based on CPU usage?
Explanation
The HorizontalPodAutoscaler (HPA) controller monitors metrics such as CPU utilization and adjusts the number of pod replicas dynamically to match load. This enables applications to scale out or in without manual intervention and improve resource usage efficiency.
