re: a recent community convo about GCP infra x exp...
# ask-metaflow
u
re: a recent community convo about GCP infra x exposing user access (cc. @silly-parrot-42718). Here is the thread.
1
s
Thanks, @User I was putting my thoughts together to write a nice question for this, but you beat me to it.
👍 1
Out of curiosity...has anyone successfully set up ingress to a GKE cluster for Metaflow in terraform? I'm genuinely struggling to find documentation of this being possible.
u
I believe it is possible. However when someone in the OSS community is successful with this, they may be less likely to ask questions about how to do it. This could be something we can ask on the main #C02116BBNTU channel outside of this thread.
👍 1
u
Also is there something specifically you are stuck on? For example, it may be worth just setting up simple service with ingress unrelated to Metaflow at all, to get a feel for how it is all supposed to fit together.
s
Yep. Just struggling with the correct path for adding ingress to a GKE cluster. GCP docs don't mention terraform at all, so I know kind of what objects to create.
u
Perhaps bypass terraform during prototyping phase? The terraform integration (if at all) could be done as the final step, once you know exactly how it works in principle. Note that in the end it may not have to be a terraform integration at all... E.g. it could be an additional
setup_ingress.py
script, at least for some of the tunables (hypothetically!).
u
s
Fair point. I think I'm making some progress. It's just slow.