Hey, i am new to metaflow.
I am trying to deploy metaflow on an existing kubernetes cluster. Metaflow documentation gives terraform code, which sets up the entire stack on aws/azure/gcp. I dont want to do that. Doesn't metaflow support a helm chart to deploy it on my kubernetes cluster?
worried-glass-29579
02/05/2024, 12:44 PM
It would be helpful if anyone can point me to a document or stwps on how to do this?
b
bulky-afternoon-92433
02/05/2024, 2:28 PM
which repo was the terraform in? https://github.com/outerbounds/metaflow-tools this one has Helm charts for Kubernetes available as well which can serve as a baseline for deploying.
bulky-afternoon-92433
02/05/2024, 2:29 PM
The readme still notes that the charts are considered alpha, so not sure if they're validated for production use yet. Someone from Outerbounds can probably comment on that
w
worried-glass-29579
02/05/2024, 3:42 PM
Thanks. This helps.
I was looking at the documentation, https://docs.metaflow.org/getting-started/infrastructure
The option 5, Any kubernetes cluster takes me to AWS deployment, which refers to using terraform scripts for setting up the infrastructure