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>