Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,9 @@ Load balancers can also help with horizontal scaling, improving performance and

### 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 to help eliminate a single point of failure results in increased complexity.
* Introducing a load balancer results in increased 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

Expand Down