From 0fb5ab5bfa1962f75460d9e0b24bcc2f5d15aade Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:41:16 +0530 Subject: [PATCH] Add load balancer content --- .../content/104-setting-up-x/103-load-balancer.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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