DevOps customization of CMAK - CMAK is a tool for managing Apache Kafka clusters.
918
An Docker container build to make easier manage kafka without need to install CMAK hardcoded and it's dependencies.
You will just need have Zookeeper host or hosts runing and pass it with enviroment variable called ZK_HOSTS as the example bellow.
Just need to have Docker installed
docker container run -d -p 9000:9000 -e ZK_HOSTS=zookeeperHostsIP globocom/cmak
Or
Building the container from DockerFile
docker build -t imagetag .
git clone https://github.com/globocom/cmak
docker compose up (or pass -d for background running)
Stop the containers:
docker compose down
The benefit of use the docker compose file instead of use docker run is that you don't need to pass the zookeeper variable or use an external zookeeper, the docker compose provides both zookeeper local container and the cmak application.
Content type
Image
Digest
Size
527 MB
Last updated
almost 6 years ago
docker pull globocom/cmak