UNCLASSIFIED

You need to sign in or sign up before continuing.
README.md 728 Bytes
Newer Older
Taylor Biggs's avatar
Taylor Biggs committed
1 2
# zookeeper

Delali Kwami's avatar
Delali Kwami committed
3 4
Apache ZooKeeper is a software project of the Apache Software Foundation, providing an open source distributed configuration service, synchronization service, and naming registry for large distributed systems.

kwami.delali's avatar
kwami.delali committed
5 6 7 8
## Deployment

ZooKeeper can be deployed by using the corresponding [Helm chart](https://repo1.dsop.io/dsop/charts/-/tree/development/bitnami/zookeeper). Please refer to the chart's README for specific instructions.

Delali Kwami's avatar
Delali Kwami committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
## Configuration

### Exposed ports
- 2181 - zookeeper client port
- 2888 - follower port
- 3888 - election port
- 8080 - AdminServer port

### Environment variables

The following environment variables are set by default.

- ZOO_MY_ID: 1
- ZOO_SERVERS: server.1=0.0.0.0:2888:3888;2181