https://prefect.io logo
Title
s

Saurabh Indoria

11/25/2021, 3:23 AM
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

Kevin Kho

11/25/2021, 4:10 AM
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

Saurabh Indoria

11/25/2021, 4:40 AM
Okay, thanks @Kevin Kho!