CMAK (previous known as Kafka Manager) As Docker Image (ARCHIVE, moved, read description)
1M+
WARNING: I transfered repository ownership, checkout https://github.com/eshepelyuk/cmak-docker/
Kafka Manager images come in two flavors:
docker run -d \
-p 9000:9000 \
-e ZK_HOSTS="localhost:2181" \
hlebalbau/kafka-manager:stable
version: '3.6'
services:
kafka_manager:
image: hlebalbau/kafka-manager:stable
ports:
- "9000:9000"
environment:
ZK_HOSTS: "zoo:2181"
APPLICATION_SECRET: "random-secret"
It is possible to use dedicated CMAK operator for installing and configuring CMAK in Kubernetes. The operator uses this docker image as one of its component.
Installation instructions could be found at CMAK operator homepage.
Add the following env variables if you want to protect the web UI with basic authentication:
KAFKA_MANAGER_AUTH_ENABLED: "true"
KAFKA_MANAGER_USERNAME: username
KAFKA_MANAGER_PASSWORD: password
If you have any problems with or questions about this image, please contact us through a GitHub issue.
Content type
Image
Digest
Size
164.2 MB
Last updated
about 6 years ago
docker pull hlebalbau/kafka-manager