Hey Teo, thanks for reaching out. We’re currently using the prefect-operator to test out some alternative deployment options internally, but open sourced it because it was effectively a direct alternative to our open source charts. It’s been quite reliable internally so far but it doesn’t yet have the same level of feedback and tuning from public use. I’d say if you’re interested and familiar with operators, give it a go in a pre prod and environment and see how it goes for you. If you have any feedback we’ll definitely check it out and work on (or review) PRs to address it.
To your question directly on trade offs, you’ll get all the benefits of operators in general, such as more resilient auto healing, helpful logs, and rollout improvements like waiting for migrations to complete before deploying Prefect Server.
As for downsides, like you said, access requirements for CRDs along with the fact that it’s generally a younger offering on our side so may have comparatively larger and more frequent changes