How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Real Cost of Always-On AI Agents on Kubernetes (and How to Kill Idle GPU Burn)

calendar_today August 21, 2026 person Nic Vermandé domain scaleops

Running AI agents on Kubernetes means hosting long-lived, stateful agent processes as workloads on a cluster. In most production deployments the agent process and the GPU are in different pods. The agent itself is orchestration logic, tool definitions, and session state, usually built with a framework like LangChain or LlamaIndex, and it is CPU-only.

open_in_new Read original post