mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge pull request #416 from fnproject/update-fnlb-readme
Description of LB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user