Hi All, We are using Prefect Cloud along with Kube...
# prefect-server
s
Hi All, We are using Prefect Cloud along with Kubernetes agent for our deployment. Right now, we just have one prefect-agent pod running in Kubernetes, which in turn creates Kubernetes Jobs for all flow runs. I was wondering if this is the best approach? Should we run multiple prefect-agent pods instead? We are very close to our production release, and would really appreciate your inputs!
k
One agent should be enough for Kubernetes because it deploys the work anyway in another pod so it doesn’t need that many resources.
s
Okay, thanks @Kevin Kho!