Sign inSign up

evertonhideowork/cmak

By evertonhideowork

Updated over 6 years ago

CMAK (Cluster Manager for Apache Kafka, previously known as Kafka Manager) by yahoo/CMAK

Image
0

241

evertonhideowork/cmak repository overview

kafka-cluster-manager

This project uses a kafka cluster with CMAK as the UI for cluster management.


Using CMAK with Docker

Build:
$ docker build -t kafka-cluster-manager -f docker/Dockerfile .
Run:
$ docker run -d -p 8080:8080 -e ZK_HOSTS=<zookeeper_ip:2181> kafka-cluster-manager

Run Kafka Cluster and CMAK with docker-compose

Run:
$ docker-compose -f docker/docker-compose/<type_of_kafka_cluster>.yml up

Others

Tag summary

Content type

Image

Digest

Size

416.2 MB

Last updated

over 6 years ago

docker pull evertonhideowork/cmak