An open API service indexing awesome lists of open source software.

https://github.com/qiwihui/zookeeper_cluster

zookeeper cluster deployment
https://github.com/qiwihui/zookeeper_cluster

zookeeper zookeeper-ui

Last synced: 6 months ago
JSON representation

zookeeper cluster deployment

Awesome Lists containing this project

README

          

# zookeeper cluster deployment

## standalone

```bash
docker run -d --name zkserver -v /opt/zkdata:/data -v /opt/zklog:/datalog -p 2181:2181 --restart always zookeeper
```

## cluster on one host with zkui

`docker-compose`

## cluster on many hosts

to be continued.