Hi all, I'm new to metaflow trying to help setup a...
# ask-metaflow
b
Hi all, I'm new to metaflow trying to help setup a poc environment. We already have Argo workflows deployed, and multiple kubernetes clusters in Azure and onprem. I don't really want to just run the pre-built terraform config as we already have many of the resources we need, included storage accounts etc. Can anyone point me to documentation on this? Should I be starting with the helm charts here? https://github.com/outerbounds/metaflow-tools/tree/master/charts/metaflow Many thanks!
1
a
@hundreds-zebra-57629 this one is for you
👍🏾 1
h
Hey @brash-gold-6157, yes, that Helm chart is a good place to start (
helm repo add metaflow-tools <https://outerbounds.github.io/metaflow-tools>
). You can use it for both your Azure and on-prem deployment. You mentioned you already have storage accounts. Do you have a Postgres DB? If you don't, you can use the one that comes with the chart for testing. If you will be deploying the Metaflow UI, you will need to figure out how to provision it with access to your Storage Account. For integration to argo-workflows and argo-events, this file is a really good starting point. Finally, running flows locally requires that you have active credentials that allow you to access both the k8s cluster and the storage account. This output file has a good walk-through of the setups. We have revamped documentation and Azure-specific Terraform modules in the works, but we don't have an ETA on the release yet. But please feel free to ask any follow-up questions.
b
Great thanks! I'm away for a few days now but will dig into it after that.