Horizontal — add more pods. Vertical — resize pods.
Horizontal Pod Autoscaling (HPA):
HPA:
CPU > 70% → Add pod
CPU < 30% → Remove pod
[Pod] [Pod] [Pod] → [Pod] [Pod] [Pod] [Pod]
(More pods)
Vertical Pod Autoscaling (VPA):
VPA:
[Pod: 256MB] → [Pod: 512MB]
(Bigger pod)
Key differences: