What is auto scaling?
Auto scaling adjusts capacity based on demand or policy so performance and cost stay balanced.
- Scale out on load
- Scale in when safe
- Needs good metrics and startup time awareness
What is auto scaling?
Tagged with autoscaling
Auto scaling adjusts capacity based on demand or policy so performance and cost stay balanced.
What is auto scaling?
HPA scales the number of pod replicas based on metrics such as CPU or custom signals.
What is Horizontal Pod Autoscaler?