Update "Disadvantage(s): load balancer"

Reorder and reword the bullet points for better clarity
pull/1071/head
Federico Sandrelli 2025-04-13 11:46:51 +01:00 committed by GitHub
parent 40d5d2edcc
commit 05e94cd2b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -713,9 +713,9 @@ Load balancers can also help with horizontal scaling, improving performance and
### Disadvantage(s): load balancer ### Disadvantage(s): load balancer
* The load balancer can become a performance bottleneck if it does not have enough resources or if it is not configured properly. * Introducing a load balancer results in increased complexity.
* Introducing a load balancer to help eliminate a single point of failure results in increased complexity.
* A single load balancer is a single point of failure, configuring multiple load balancers further increases complexity. * A single load balancer is a single point of failure, configuring multiple load balancers further increases complexity.
* The load balancer can become a performance bottleneck if it does not have enough resources or if it is not configured properly.
### Source(s) and further reading ### Source(s) and further reading