Every app environment in Uffizzi includes at least one load balancer whose job it is to receive incoming HTTP and HTTPS requests (e.g. https://example.com) on port 80 or 443, respectively, and route those requests to the HTTP Port you specified on your running application container.
For app environments that have horizontal auto-scaling enabled, the load balancer will spread requests evenly among the app instances to ensure better performance of your app despite increased traffic.
Uffizzi load balancers are setup and managed automatically, so you don't need to enable or configure them.