Hey team, I'm trying to set up Metaflow services ...
# ask-metaflow
c
Hey team, I'm trying to set up Metaflow services on bare metal k8s, exposed via ingress. My usecase needs to support several instances of the Metaflow services for several teams, and I want the separate service instances to be available under a shared domain, e.g. metaflow.example.com. So, for example, team
X
would access the X instance UI with metaflow.example.com/X, and team
Y
would access the Y instance UI with metaflow.example.com/Y, and so on. For now I've been trying to do that with the UI service only, and I found some env vars that I tried to use (
PATH_PREFIX
,
MF_BASEURL
), but I think I'm confused about their purposes. Could you please provide me with some pointers on how to achieve this configuration and if it's even possible without modifying the codebase? Thanks
1