Hello All, i am trying to deploy datahub on to AWS...
# getting-started
n
Hello All, i am trying to deploy datahub on to AWS EKS.. But i want to use our company provided docker images for Kafka and Zookeeper. I see helm charts provided by datahub as part of their repo, but where do we customize and explicitly mention these images ? Any help on this would be greatly appreciated
e
Hey!! You need to customize the values.yaml file while deploying helm
The 3 places to change
Kafka config here https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L107 to set bootstrap server domain and zookeeper domain
and schema registry
And if you have specific auth set up for the kafka cluster
https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L186 section defines secrets (i.e. you can create a kubernetes secret called datahub-certs in advance with keys set in this map like datahub.linkedin.com.KeyPass in this line https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L190. The keys are all customizable)
https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L195 defines additional parameters you need to set that are not secrets
n
cool, thanks @early-lamp-41924
hi @early-lamp-41924 Kafka and zookeeper is sorted out. But do we need schema registry as well ?
If its needed, could you please help me out which helm chart i can use for this