Introduction
Sometimes your app needs more power when many users visit, and less power when few users visit. Horizontal Pod Autoscaler automatically adds or removes copies of your app to handle this change smoothly.
When your app gets more traffic during the day and less at night, and you want it to adjust automatically.
When you want to save money by not running too many app copies when they are not needed.
When you want to keep your app fast and responsive even if many people use it at once.
When you want to avoid manually changing the number of app copies every time traffic changes.