Hi everyone -- I have a prefect deployment hosted ...
# prefect-kubernetes
s
Hi everyone -- I have a prefect deployment hosted on AWS EKS. I was wondering if there is a way through which I can configure some kind of page-wide announcement on the deployed prefect UI? For example, to alert users to upcoming maintenance periods.
1
n
hey @Sophia Ponte! are you on prefect cloud? perhaps you could use incidents here, which you could use to get yourself a banner, and also events to easily set up notification automations to the rest of your team right now, you have to have a CRITICAL incident to get this banner, but we could likely change that if this use case for incidents was interesting to you
s
hey! Thanks for the info, but no I'm not on cloud -- I'm self hosting a prefect deployment using EKS & helm
n
ah shoot! I wasn't sure if you meant just the deployment or your server okay, in this case it wouldn't be as straight-forward - I'd probably reach for a
Notification
that pushes some message to all stakeholders on some condition (or write my own loop service and run it as a side car)
s
ah sorry yeah I meant everything incl the server. And sounds good, I'll see if I can use some notification, or look into loop services. Thanks!
n
no worries!