Customizing Datahub Frontend Image and Using Helm Charts for Deployment

Original Slack Thread

Hi guys, my team and I have deployed datahub onto a kubernetes cluster using the helm charts repo linked herehttps://github.com/acryldata/datahub-helm. However we are confused on how we would customize the front end as there appears no module called datahub-web-react. Could someone explain the steps in which we could create our own frontend image and use the helm charts to deploy onto our cluster. Thanks

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Which DataHub version are you using? (e.g. 0.12.0)
  2. Please post any relevant error logs on the thread!

Datahub version: 0,12.0

Hello <@U068V3KV0ET>, have you seen the Developer’s guide? https://datahubproject.io/docs/docker/development

The approach would be to develop locally, then build your custom Docker images (datahub-frontend-react in your case) and run those in your K8S cluster instead of the vanilla one.

Kawar- wanted to check in on your progress. The above answer from Nikola is the right one. Sending you a DM.