Agent Sandbox (kubernetes-sigs) — Summary
Agent Sandbox is a Kubernetes SIG Apps project that defines a Sandbox Custom Resource Definition (CRD) and controller, providing a declarative API for managing isolated, stateful, singleton workloads ideal for AI agent runtimes. It fills a gap in Kubernetes primitives: Deployments are stateless/replicated, StatefulSets are numbered, but development environments / agent runtimes need a different abstraction — a stable-identity, single-container, persistent, resumable environment. Extensions add SandboxTemplate, SandboxClaim, and SandboxWarmPool for reusable templates, user-facing claims, and pre-warming. A Python SDK provides programmatic access. Agent Sandbox is the only Kubernetes-native sandbox in this batch — it targets organizations already running Kubernetes who want standardized agent execution primitives. Like all sandbox infrastructure projects, it operates below the agent loop (providing the execution environment, not agent behavior), making it fundamentally different from all 11 seed frameworks.