Re: Kafka with kubernetes

2019-09-26 Thread Thiago Veronezi
Hi Shivam, There is also this one. It looks pretty good. https://github.com/bitnami/charts/tree/master/bitnami/kafka Their tldr section helm repo add bitnami https://charts.bitnami.com/bitnamihelm install bitnami/kafka

Re: Kafka with kubernetes

2019-09-26 Thread M. Manna
Hi, 1) Assuming you are looking for helm chart - Confluent has it made available here - https://github.com/helm/charts/tree/master/incubator/kafka 2) Gwen Shapira published a very good white paper on Kafka with K8s - https://www.confluent.io/resources/recommendations-for-deploying-apache-kafka-o

Kafka with kubernetes

2019-09-25 Thread MyLearningWay
Hi Team, I am planning to implement Kafka and planning to deploy same in kubernetes. Could you please help me what should be preferred architecture to deploy on kubernetes clusters. Regards Shivam Shukla