fast-pizza-24629
07/28/2023, 3:26 PMmetaflow-ui in EKS. Currently, we have: a metaflow-service that was deployed using your terraform templates, and now we are ready to add the UI. It would be nice to have, both, the ui-backend-service and ui-static in our EKS cluster (we have already a cluster provisioned --hence, I do not want to use the full terraform template--). Seems like using this helm chart should be the way to go?... Is it possible to install just the ui subchart? I am trying to add the repo to helm but it says that the repo is missing the index.yaml can you please give some advice on how to install the metaflow-ui helm subchart?
helm add repo <https://github.com/outerbounds/metaflow-tools/tree/master/k8s/helm/metaflow/charts/metaflow-ui>average-beach-28850
07/28/2023, 6:36 PMhelm add repo only works with Helm repositories, which are essentially a bunch of files served via HTTP with certain contract/structure in place (including having index.yaml ). We don't have all that set up yet for this chart, so you need to clone the git repo and helm install from local pathfast-pizza-24629
07/28/2023, 6:37 PMfast-pizza-24629
08/02/2023, 2:03 PMmetaflow-ui chart from a local repo (cloned from your metaflow-tools repo), but my pod for the backend-service crashes... the issue is related to the metadatadb . Our metaflow service (not the ui) was deployed using your teraform templates, and we have a service in a EC2 load balancer and a database in RDS. I am not sure what host should I use in this section of the values.yaml for the metaflow-ui chart
metadatadb:
port: 5432
password:
host:
user:
Also, what should be the value for METAFLOW_DATASTORE_SYSROOT_S3: should it be the same value used in the ./metaflowconfig/config.yaml ?
METAFLOW_DATASTORE_SYSROOT_S3: