confluentinc / cp-helm-charts

The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
https://cnfl.io/getting-started-kafka-kubernetes
Apache License 2.0
788 stars 846 forks source link

Install cp-kafka (and cp-zookeeper if needed) only #374

Closed naseemkullah closed 4 years ago

naseemkullah commented 4 years ago

Hello @gAmUssA 👋 , nice to see you here, we met at Cloud Native day Montreal through our common friend @archyufa 😄

So at Jaeger helm charts, we are looking into installing OSS kafka as a dependency in the jaeger chart and are interested in this confluent backed chart, however we only need kafka (and any of it's dependencies, which from my understanding is only zookeeper). Is this possible today or can we only install the umbrella chart that includes shcema-registry, control-center, connect, rest and ksql-server ? Are all these components recommended/needed for OSS Kafka?

Thanks in advance!

mehta-ankit commented 4 years ago

@naseemkullah I think we could use this chart, and disable the components we don't need 🤔 . Since Values file has enabled property for those components as far as i can tell.

naseemkullah commented 4 years ago

Sure, please give that a try @mehta-ankit.

gAmUssA commented 4 years ago

@naseemkullah you can definetly use zookeeper and kafka from here. Other components are option. as @mehta-ankit pointed you can disable the components you don't want to use. Hope this helps

naseemkullah commented 4 years ago

Thanks @gAmUssA