kafka-docker icon indicating copy to clipboard operation
kafka-docker copied to clipboard

Helm Chart for Kubernetes deployment

Open pratapagiri opened this issue 7 years ago • 5 comments

Hi, Is there a helm chart for Kafka to deploy into Kubernetes environment?

pratapagiri avatar Jan 14 '19 11:01 pratapagiri

Hi @pratapagiri, take a look here, You will find what your are looking 👍

brunowego avatar Jan 15 '19 17:01 brunowego

@brunowego, Thanks for your reply. I have looked at https://github.com/helm/charts/tree/master/incubator/kafka This helm chart uses image : "confluentinc/cp-kafka"

I'm looking for Kubernetes Helm chart with wurstmeister/kafka docker image.

Anyone has Helm chart with wurstmeister/kafka docker image?

pratapagiri avatar Jan 21 '19 09:01 pratapagiri

That would be good to have.. @prabhuinbarajan did you find one?

alexellis avatar Mar 30 '19 19:03 alexellis

@alexellis and @prabhuinbarajan any news wrt helm chart for wurstmeister/kafka docker image ?

chineduekwunife avatar Apr 10 '19 06:04 chineduekwunife

You should be able to use strimzi's configuration to overload the default container image

https://github.com/strimzi/strimzi-kafka-operator/tree/master/helm-charts/strimzi-kafka-operator#configuration

OneCricketeer avatar Jan 20 '20 07:01 OneCricketeer