careful-grass-53234
11/13/2023, 3:13 PMhelm 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:
> 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?
> 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