Hi all, I'm trying to deploy datahub while using o...
# all-things-deployment
l
Hi all, I'm trying to deploy datahub while using our own Kafka cluster instead of creating a new one in Kubernetes. Is there an example helm chart I can follow along? Thanks!
b
hey, our helm chart support connecting to already existing Kafka instances: https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L146
You can also disable the one in the prerequisites.
l
Thanks for the help! Do we have to provide a zookeeper server? Our Kafka does not expose the zookeeper server to outside application and does it support multiple bootstrap servers and schemaregistry urls configuration?
b
This is the helm chart we are using in prerequisites: https://github.com/bitnami/charts/tree/master/bitnami/kafka Zookeeper is part of it and can be enabled and disabled. Multiple bootstrap servers are possible.