Introduction
Sometimes your app needs more power to handle many users at once. Service scaling lets you run more copies of your app easily to share the work and keep things fast.
When your website gets slow because too many people visit at the same time
When you want to test how your app behaves with multiple copies running
When you need to update your app without stopping all users by running new copies first
When you want to balance the work across several servers or containers
When you want to save resources by running fewer copies during quiet times