{"user":"hlebalbau","name":"kafka-manager","namespace":"hlebalbau","repository_type":"image","status":1,"status_description":"active","description":"CMAK (previous known as Kafka Manager) As Docker Image (ARCHIVE, moved, read description)","is_private":false,"is_automated":true,"star_count":92,"pull_count":4329826,"last_updated":"2020-09-16T09:14:07.865032Z","last_modified":"2024-10-16T13:48:34.145251Z","date_registered":"2017-09-11T14:00:46.607105Z","collaborator_count":0,"affiliation":null,"hub_user":"hlebalbau","has_starred":false,"full_description":"\n# kafka-manager-docker\n [![Docker Stars](https://img.shields.io/docker/stars/hlebalbau/kafka-manager.svg?style=flat-square)](https://registry.hub.docker.com/v2/repositories/hlebalbau/kafka-manager/)\n [![Docker pulls](https://img.shields.io/docker/pulls/hlebalbau/kafka-manager.svg?style=flat-square)](https://registry.hub.docker.com/v2/repositories/hlebalbau/kafka-manager/)\n[![Docker Automated build](https://img.shields.io/docker/automated/hlebalbau/kafka-manager.svg?maxAge=31536000\u0026style=flat-square)](https://github.com/hlebalbau/kafka-manager/)\n\nWARNING: I transfered repository ownership, checkout https://github.com/eshepelyuk/cmak-docker/\n\n\n## Tags\nKafka Manager images come in two flavors:\n\n- **stable:** Build from latest Kafka Manager repository release.\n- **latest:** Periodically assembled master builds. Better not to use in production.\n\n## How to use this image\n### Using docker\n```\ndocker run -d \\\n     -p 9000:9000  \\\n     -e ZK_HOSTS=\"localhost:2181\" \\\n     hlebalbau/kafka-manager:stable\n```     \n\n### Using docker-compose\n```\nversion: '3.6'\nservices:\n  kafka_manager:\n    image: hlebalbau/kafka-manager:stable\n    ports:\n      - \"9000:9000\"\n    environment:\n      ZK_HOSTS: \"zoo:2181\"\n      APPLICATION_SECRET: \"random-secret\"\n```\n### In Kubernetes with Kubernetes operator\n\nIt is possible to use dedicated CMAK operator for installing and configuring CMAK in Kubernetes.\nThe operator uses this docker image as one of its component.\n\nInstallation instructions could be found at [CMAK operator homepage](https://github.com/eshepelyuk/cmak-operator). \n\n### Secure with basic authentication\n\nAdd the following env variables if you want to protect the web UI with basic authentication:  \n```\nKAFKA_MANAGER_AUTH_ENABLED: \"true\"\nKAFKA_MANAGER_USERNAME: username\nKAFKA_MANAGER_PASSWORD: password\n```\n\n## Issues\n\nIf you have any problems with or questions about this image, please contact us\nthrough a [GitHub issue](https://github.com/hleb-albau/kafka-manager-docker/issues).\n","permissions":{"read":true,"write":false,"admin":false},"media_types":["application/vnd.docker.container.image.v1+json"],"content_types":["image"],"categories":[],"immutable_tags_settings":{"enabled":false,"rules":[".*"]},"storage_size":3760106865,"source":null}