Hi! How can I deploy Metaflow with Argo Workflows...
# ask-metaflow
m
Hi! How can I deploy Metaflow with Argo Workflows in a non-cloud Kubernetes environment?
1
Specifically, how do I make it so data scientists can sit on their laptop with metaflow installed, then run "python test.py --with retry argo-workflows create" and get their workflow created on Argo Workflows in my company's self-hosted Kubernetes. I apolgize if the question is vague. I am new to DevOps/DataEng and I am looking for hints on what to do next.
v
hi Lyra! as the next step, you would need to deploy the services that Metaflow needs in your self-hosted Kubernetes cluster you can find instructions in this article and in this repo (it refers to Minikube but the same instructions should apply to your local cluster)
feel free to ask more here if you need help!
m
Thanks Ville! Much appreciated. I managed to get it working.
🙌 1