Process Flow - Concurrency and scaling
User Requests Arrive
Load Balancer Distributes
Multiple Instances Handle Requests
Monitor Performance & Load
Scale Up or Down Instances
Maintain Service Availability
User requests come in and are spread by a load balancer to many instances. The system watches load and adds or removes instances to keep service smooth.