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
- Host: GitHub
- URL: https://github.com/qiwihui/zookeeper_cluster
- Owner: qiwihui
- Created: 2017-07-07T10:16:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T10:21:48.000Z (over 8 years ago)
- Last Synced: 2024-10-13T13:11:25.944Z (12 months ago)
- Topics: zookeeper, zookeeper-ui
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.