Description of LB

This commit is contained in:
Travis Reeder
2017-10-10 13:35:24 -04:00
parent 2853c3c659
commit a50c1bc430

View File

@@ -1,6 +1,8 @@
# Fn LoadBalancer
# Fn Load Balancer
## Loadbalancing several Fn
The Fn Load Balancer (Fn LB) allows operators to deploy clusters of Fn servers and route traffic to them intelligently. Most importantly, it will route traffic to nodes where hot functions are running to ensure optimal performance, as well as distribute load if traffic to a specific function increases. It also gathers information about the entire cluster which you can use to know when to scale out (add more Fn servers) or in (decrease Fn servers).
## Load balancing several Fn servers
You can run multiple Fn instances and balance the load amongst them using `fnlb` as follows:
```sh