Description
create 4 servers and begin to setup the first 3 - the load balancer and 2 applcation servers. move onto configuring the load balancer to bounce traffic between our two application servers.etup SSL-Termination on the load balancer, and let the load balancer send requests over port 80 to the application servers. see how load balancing affects our application and how to ensure our Laravel app generates correct URIs, routes, redirects, and more. deal with persistence - user uploaded files, database, cache, and any data that needs to survive when a server is killed.