hey community! anyone running prefect server behin...
# ask-community
l
hey community! anyone running prefect server behind a proxy? (like inside a k8s cluster) I cant seem to access the UI for prefect server
h
Two things to check: make sure you deploy a kubernetes service as part of the server, and make sure the prefect server listens to all incoming IPs. For the last point, I think it is an env variable you can set in the deployment, and it might be enabled (set to 0.0.0.0) if you used one of the k8s manifests provided by prefect.
l
will look into that, although I want to expose the Prefect UI behind a proxy so I can reroute requests and authenticate
k
im not using k8s but is your issue related to this? because i was basically ignored when i brought this up and found no solution. https://prefect-community.slack.com/archives/C0192RWGJQH/p1688916493763409
l
@Kyle yes! sounds like the same exact problem. also looks like there's a PR that supposedly fixes this but not merged yet https://github.com/PrefectHQ/prefect/issues/10389
👍 1
s
i'm having the same issue