InfoQ
Read post

Pods as Workers, Not Agents: Rethinking the Deployment Unit for AI Agents on Kubernetes

Running AI agents on Kubernetes raises a fundamental question about whether the Pod is the right deployment, identity, and lifecycle unit for agents. The kagent project initially gave each agent its own Pod for isolation and identity, but agents behave differently from microservices — they're bursty, short-lived, can spawn subagents, and may pause waiting for human approval, making dedicated Pods wasteful. Agent Substrate, introduced by Google alongside Agent Sandbox, proposes a control plane above Kubernetes that schedules logical 'Actors' onto long-lived worker Pods. This lets a fixed pool of Pods support far more logical agents, but shifts identity, access control, observability, and billing away from the Pod level to the Actor and ActorTemplate level — requiring rethinking of how platform engineers reason about agent lifecycle management.

    #kubernetes#ai-agents#cloud-native#distributed-systems
Today•4m read time•From infoq.com
Post cover image
33 Impressions
InfoQ's image
InfoQ

InfoQ is a leading online platform for software developers, architects, and technical leaders, provi...

1.4K Followers

•

6.2K Upvotes

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard