AgentsThe story, in brief

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

Kubernetes Pod-per-agent model is broken. kagent and Agent-substrate are rethinking deployment units for bursty, hierarchical AI workloads.

Illustration of two anonymous hands arranging task cards around an amber tool on a shared desk.
People, judgement and the changing nature of work.AI illustration by KeyNews
The KeyNews take

Why it matters

As agents move from lab to production, infrastructure design matters: how you containerize and schedule them directly impacts cost, latency, and reliability. This is the emerging discipline of agent ops.

The key facts

10 to know
  1. kagent project challenges 1:1 Pod-to-agent mapping

  2. Agent-substrate proposes control plane scheduling logical Actors onto worker Pods

  3. Key insight: agents are bursty and short-lived, unlike traditional microservices

  4. Agents can spawn subagents and await human approval, creating hierarchical dependencies

  5. Published Aug 2026 — active infrastructure engineering discussion

  6. kagent project challenges the one-pod-per-agent model

  7. Agent-substrate adds control plane for scheduling logical Actors onto long-lived worker Pods

  8. Key agent characteristics: bursty, short-lived, can spawn subagents, may wait for human approval

  9. Addresses container resource efficiency and orchestration for agent workloads

  10. Kubernetes deployment patterns for agents are maturing beyond proof-of-concept

Go to the source

InfoQ AI/MLinfoq.com

Publisher excerpt: Running AI agents on Kubernetes raises a key question: should each agent get its own Pod? The kagent project argues no—agents are bursty, short-lived, can spawn subagents, and may wait for human approval, making one Pod per agent wasteful. Agent-substrate adds a control plane to schedule logical…
Read original report
Back to today's editionMore agents news

Keep reading

Related stories

More from Agents