Sign inSign up

globocom/cmak

By globocom

Updated almost 6 years ago

DevOps customization of CMAK - CMAK is a tool for managing Apache Kafka clusters.

Image
0

918

globocom/cmak repository overview

CMAK Docker Container 🐳

Introduction

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.

Installation

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 .

Using Docker Compose

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.

Tag summary

Content type

Image

Digest

Size

527 MB

Last updated

almost 6 years ago

docker pull globocom/cmak