How to install MongoDB inside the UMH cluster

  1. Open a Terminal or alternatively open the Terminal in UMHLens.
  2. Type helm repo list to check if bitnami is already in the list.
  3. If bitnami is not in the list: helm repo add bitnami <https://charts.bitnami.com/bitnami>
  4. Next install mongodb with: helm install mongodb bitnami/mongodb -n united-manufacturing-hub