Hey Folks, Trying to install metaflow on minikube ...
# ask-metaflow
c
Hey Folks, Trying to install metaflow on minikube but running into issues. To install i clone down https://github.com/outerbounds/metaflow-tools the navigate to k8s/helm/metaflow. I then do a
helm template --release-name ml-ops --skip-tests . | kubectl apply -f -
. this loads all services into the default NS (fine for now), and all pods come up healthy:
Copy code
> kgp
NAME                                         READY   STATUS    RESTARTS   AGE
ml-ops-metaflow-service-74cbb84bd4-vz99w     1/1     Running   0          5m48s
ml-ops-metaflow-ui-6d56bd4c97-nt55d          1/1     Running   0          3m44s
ml-ops-metaflow-ui-static-7745d96b46-dp4db   1/1     Running   0          5m48s
ml-ops-postgresql-0
when I port forward port 3000 (below) then navigate to the localhost:3000 on my browser, i get the screen attached. Any help/guidance?
Copy code
> kubectl port-forward svc/ml-ops-metaflow-ui-static 3000:3000
Forwarding from 127.0.0.1:3000 -> 3000
Forwarding from [::1]:3000 -> 3000
Handling connection for 3000