Hi All, I am fairly new to Metaflow, I have start...
# ask-metaflow
d
Hi All, I am fairly new to Metaflow, I have started to deploy in my kubernetes cluster and try it out but I don’t see any clear documentation as such that details about deployment in on-prem kubernetes cluster. My question is, does Metaflow suggest to run production grade deployment in On-prem cluster ? Any help would be much appreciated, Thanks
h
We working on some docs to clearly show the steps for how to setup metaflow in an on-prem cluster and will be releasing it soon. However, we are happy to help with any questions you have in the mean time. A great place to start with is looking at the minikube configuration here. You can even run it locally and play with. Some of things you would need to change for your on-prem cluster is decide how you will be exposing the different endpoints like the metadata-service and metaflow-ui. If you don't have ingress controller and LBs a simple solution is to use NodePorts, but you will have to keep track of the node ips and ports you are exposing them on . Another consideration is your object storage solution. You can choose to deploy minikube or use an object storage service from the Cloud. Let us know if you have more specific questions or run into issues.