CMAK (Cluster Manager for Apache Kafka, previously known as Kafka Manager) by yahoo/CMAK
241
This project uses a kafka cluster with CMAK as the UI for cluster management.
$ docker build -t kafka-cluster-manager -f docker/Dockerfile .
$ docker run -d -p 8080:8080 -e ZK_HOSTS=<zookeeper_ip:2181> kafka-cluster-manager
$ docker-compose -f docker/docker-compose/<type_of_kafka_cluster>.yml up
Content type
Image
Digest
Size
416.2 MB
Last updated
over 6 years ago
docker pull evertonhideowork/cmak