Does anyone have agent deployments in multiple clo...
# ask-community
l
Does anyone have agent deployments in multiple cloud providers pointing to the same prefect cloud account? I have a use case where I plan to access some data in GCP, while my agents are deployed on AWS EKS clusters - I’ve considered going with some sort of peering approach, or simply standing up an agent on GCP GKE
k
Cross-cloud is pretty rare here. Agents on GCP GKE sounds easier (and in-cluster agents are recommended), but maybe you can pull off the peering, I dunno.
l
Yeah - I’m figuring that would be easier as well
I shouldn’t see any issues so long as there are no agent label clashes though right?
k
Yes for sure.
👍 1
l
Thanks Kevin
k
Outside of Prefect though, isn’t this painful because you get hit both for egress and ingress when moving data between clouds?
l
Well, if I keep them completely separate - I shouldn’t hit that issue, in that the GKE agent flow runs only touches data in GCP, and the EKS agent flow runs likewise for AWS
k
Ah I see