kafka manager is a tool from Yahoo Inc. for managing Apache Kafka.
docker run -it --rm -p 9000:9000 -e ZK_HOSTS="your-zk.domain:2181" -e APPLICATION_SECRET=letmein sheepkiller/kafka-manager
(if you don't define ZK_HOSTS, default value has been set to "localhost:2181")
you can also override conf with local configuration files:
docker run [...] -v /path/to/confdir:/kafka-manager-1.2.7/conf [...]
If you want to upgrade/downgrade this Dockerfile, edit it and set KM_VERSION to fetch the release from github.
Content type
Image
Digest
sha256:615f3b99d…
Size
184 MB
Last updated
over 8 years ago
docker pull sheepkiller/kafka-manager