Skip to content

Commit 1ad76bb

Browse files
committed
Add section describing 'load balancing'
1 parent 89abc4e commit 1ad76bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dill
2-
Cloud ready proxy with first-class support for dynamic listeners.
2+
Cloud ready L4 TCP proxy with first-class support for dynamic listeners.
33

44
Exposing dynamic backends on the static frontend ports is the bread-and-butter of any modern proxy. Load balancing multiple dynamic backends from one ingress point using on-demand opened ports is something that, for a good reason as it might poise certain security concerns, is not that simple. But when you exactly know what you are doing you are pretty much on your own.
55

@@ -16,6 +16,7 @@ Exposing dynamic backends on the static frontend ports is the bread-and-butter o
1616
- [File](#file)
1717
- [HTTP](#http)
1818
- [Consul](#consul)
19+
- [Load balancing](#load-balancing)
1920
- [Schema](#schema)
2021
- [name](#name)
2122
- [listener](#listener)
@@ -127,6 +128,9 @@ In order to pass traffic via [proxy](#proxying) make sure to add `dill.proxy` ta
127128
}
128129
}
129130
````
131+
### Load balancing
132+
`dill` distributes load across the backends using _round-robin_ strategy
133+
130134
### Schema
131135
The routing configuration should be compliant with following schema:
132136
```toml

0 commit comments

Comments
 (0)