mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/Cluster-VictoriaMetrics.md: mention that nginx
can be used as a load balancer in front of vminsert
and vmselect
This commit is contained in:
parent
8311193293
commit
ff6d093e1b
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ A minimal cluster must contain the following nodes:
|
||||||
It is recommended to run at least two nodes for each service
|
It is recommended to run at least two nodes for each service
|
||||||
for high availability purposes.
|
for high availability purposes.
|
||||||
|
|
||||||
An http load balancer must be put in front of `vminsert` and `vmselect` nodes:
|
An http load balancer such as `nginx` must be put in front of `vminsert` and `vmselect` nodes:
|
||||||
- requests starting with `/insert` must be routed to port `8480` on `vminsert` nodes.
|
- requests starting with `/insert` must be routed to port `8480` on `vminsert` nodes.
|
||||||
- requests starting with `/select` must be routed to port `8481` on `vmselect` nodes.
|
- requests starting with `/select` must be routed to port `8481` on `vmselect` nodes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue