Skip to content

Three Clouds, Three Native Agents

7.5 relevance
Score Breakdown
technical depth
8
novelty
8
actionability
7
community
5
strategic
6
personal
10

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Multi-cloud AI agents project directly matches reader's interest in agent orchestration.

AI/ML dev.to
Three Clouds, Three Native Agents
Summary

A developer built a multi-cloud AI agent mesh using Google's ADK on Cloud Run, AWS's Strands on Bedrock, and Azure's Agent Framework on Container Apps, coordinated via the A2A v1.0 protocol. The system eliminates long-lived credentials by having the Cloud Run coordinator mint workload OIDC tokens on-demand, federating into AWS via STS AssumeRoleWithWebIdentity and Azure via Entra Federated Identity Credentials. This design decision—choosing a runtime that can produce arbitrary-audience ID tokens—determines whether the system requires zero secrets or falls back to static keys, and it forces the coordinator to run only in its deployed cloud environment, not locally.

Author

xbill

More from xbill →