Hello. I would like to deploy the `metaflow-ui` in...
# ask-metaflow
f
Hello. I would like to deploy the
metaflow-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?
Copy code
helm add repo <https://github.com/outerbounds/metaflow-tools/tree/master/k8s/helm/metaflow/charts/metaflow-ui>
a
Yes you should be able to. I'd try installing chart locally. I believe
helm 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 path
f
Sweet, thank you, I’ll give it a shot 🚀
Hi @narrow-lion-2703 I am trying to install the
metaflow-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
Copy code
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
?
Copy code
METAFLOW_DATASTORE_SYSROOT_S3: