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.