Horizontal Pod Autoscaling (HPA):?
- Scales the number of pod replicas based on observed CPU utilization,
memory usage, or custom metrics (e.g., request count).
- Example: If the Order Service experiences a high load, Kubernetes can
automatically add more pod replicas to handle the increased traffic.