Add load balancer content

pull/1657/head
andran777 3 years ago committed by GitHub
parent 7a40fd38bb
commit 9303a3a997
  1. 8
      content/roadmaps/102-devops/content/104-setting-up-x/103-load-balancer.md

@ -1 +1,7 @@
# Load balancer # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.nginx.com/resources/glossary/load-balancing/'>What is Load Balancing?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/performance/what-is-load-balancing/'>Load Balancing concepts and algorithms</BadgeLink>
Loading…
Cancel
Save