diff --git a/README.md b/README.md index 25945e03c..e6b607b7e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,18 @@ Each service may scale independently and may run on the most suitable hardware. +## Binaries + +Compiled binaries for cluster version are available in the `assets` section of [releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). +See archives containing `cluster` word. + +Docker images for cluster version are available here: + +- `vminsert` - https://hub.docker.com/r/victoriametrics/vminsert/tags +- `vmselect` - https://hub.docker.com/r/victoriametrics/vmselect/tags +- `vmstorage` - https://hub.docker.com/r/victoriametrics/vmstorage/tags + + ## Building from sources Source code for cluster version is available at [cluster branch](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster).