Kafka Helm chart

The kafka helm chart is not maintained by CORD, but it is available online at: https://github.com/kubernetes/charts/tree/master/incubator/kafka

To install kafka you can use:

helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install --name cord-kafka \
--set replicas=1 \
--set persistence.enabled=false \
--set zookeeper.servers=1 \
--set zookeeper.persistence.enabled=false \
incubator/kafka

If you are experierencing problems with a multi instance installation of kafka, you can try to install a single instance of it:

helm install --name cord-kafka incubator/kafka -f examples/kafka-single.yaml

results matching ""

    No results matching ""