sparse-book-62405
08/13/2025, 1:50 PMancient-application-36103
08/13/2025, 2:30 PMhundreds-zebra-57629
08/13/2025, 2:39 PMAlso came cross this resource for deploying metadata and UI but not sure if it's the recommended route - would someone be able to advise?Yes, you can use this Helm chart to deploy the Metaflow stack, provided you have already provisioned the cluster and database. Another great resource to learn how to provision Metaflow and integrate with Argo and Argo Events is this Tiltfile.
sparse-book-62405
08/13/2025, 2:55 PMhundreds-zebra-57629
08/13/2025, 2:59 PMsparse-book-62405
08/13/2025, 3:03 PMuiStatic
and uiBackend
in this file?sparse-book-62405
08/13/2025, 3:08 PMhelm repo add <repo_name>
?hundreds-zebra-57629
08/13/2025, 3:10 PMhelm repo add metaflow-tools <https://outerbounds.github.io/metaflow-tools>
sparse-book-62405
08/13/2025, 3:13 PMsparse-book-62405
08/14/2025, 3:14 PMuiStatic
and uiBackend
ports to localhost. How should I set the config for if I wanted to expose them under a host / dns name? I have it set as:
...
metaflow-ui:
...
ingress:
annotations: {}
className: ""
enabled: true
hosts:
- host: metaflow-ui-eks
tls: []
uiBackend:
service:
port: 8083
type: ClusterIP
uiStatic:
service:
port: 3000
type: ClusterIP
And I tried to hit <http://metaflow-ui-eks:3000>
which is not able to connect. Does someone happen to know if I'm missing something obvious?