Hello peeps! We'd like to triage metaflow on-premi...
# ask-metaflow
c
Hello peeps! We'd like to triage metaflow on-premises with our existing kubernetes cluster. I followed the link at https://docs.metaflow.org/getting-started/infrastructure named "Any *Kubernetes* cluster including on-premise deployments." This however links to terraform scripts that set up metaflow on AWS kubernetes. I've tried editing some aws-specific things out of the terraform scripts, but after an hour of testing noticed this is probably the wrong approach. Can someone tell me how to best deploy metaflow on an existing kubernetes cluster?
b
The docs don't seem to cover on-prem deployments, but if you take a peek under the metaflow-tools repo where the terraform templates reside in, there are also Helm charts available for deploying to on-prem: https://github.com/outerbounds/metaflow-tools/tree/master/k8s/helm/metaflow The top level readme still labels the helm charts as alpha, and I've been tweaking some bits with them this week, but it should at the very least serve as a good starting point 🙂 @average-beach-28850 can probably fill in more details if I'm missing some obvious docs for on-prem deployements
c
I'll have a look at it on Monday. Thanks a bunch!