Hi there team! I'm looking for an architectural ad...
# best-practices
t
Hi there team! I'm looking for an architectural advice on prefect deployment. I have multiple k8s clusters in different regions around the world and a lot of local data to process. Jobs we are currently running ar spawning up to 200 quite large ec2 nodes per region/cluster. I was looking at some sort of distributed deployment with 1 prefect server and multiple worker pools in different k8s clusters. Is this a good idea? What are the API scaling considerations? Is API used to anything more than orchestrating tasks? Alternatively I can deploy both server and workers separately per region - but if possible I would keep one API / UI