diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/103-load-balancer.md b/content/roadmaps/102-devops/content/104-setting-up-x/103-load-balancer.md index c5b4b13ee..b6539d6ac 100644 --- a/content/roadmaps/102-devops/content/104-setting-up-x/103-load-balancer.md +++ b/content/roadmaps/102-devops/content/104-setting-up-x/103-load-balancer.md @@ -1 +1,7 @@ -# Load balancer \ No newline at end of file +# Load Balancer + +Load Balancer acts as the **traffic cop** sitting in front of your servers and routing client requests across all servers capable of fulfilling those requests in a manner that maximizes speed and capacity utilization and ensures that no one server is overworked. If a one of the servers goes down, the load balancer redirects traffic to the remaining online servers. + +Free Content +What is Load Balancing? +Load Balancing concepts and algorithms \ No newline at end of file