Hi all,
I'm still on prefect 2.16, self-hosted and running kubernetes agent. Looking forward to migration to prefect 3, but as first step consider migrating to worker pool (agent is deprecated in prefect 3, right?). The question is - is it a normal practice to have worker pool per deployment? I have around 1000 deployments, each running different image + tons of different k8s configurations (config maps, secrets, resource limits etc). All served by single k8s agent, each deployment declares own job infrastructure with custom k8s settings. I would end up with 1000 work pools, is that ok?