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
Henning Holgersen
08/19/2023, 1:37 PM
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
Lior Barak
08/19/2023, 2:58 PM
will look into that, although I want to expose the Prefect UI behind a proxy so I can reroute requests and authenticate