Sorry, I might be rehashing something that's alrea...
# ask-metaflow
h
Sorry, I might be rehashing something that's already been answered, but I haven't been able to find one in my searching. We've successfully followed the Outerbounds guide to setup Metaflow backed by Argo within an AWS EKS cluster. We're trying to replicate that locally inside the Docker native Kubernetes cluster, so I've followed the guide by @User in this conversation: https://outerbounds-community.slack.com/archives/C02116BBNTU/p1674606525676629?thread_ts=1664217250.831739&cid=C02116BBNTU. So my question is specifically around
METAFLOW_SERVICE_URL
. Following this format didn't work for me:
"https://<service-name>.<namespace>.svc.cluster.local:<service-port>/"
. Instead I had to port forward 8080 from that specific pod to
localhost:8080
and configure my metaflow config to use that. Is there something I'm missing?