AI agents are rapidly evolving, shifting from simple question-answering tools to autonomous systems capable of executing intricate, multi-step tasks. As organizations adopt agentic AI, they encounter unprecedented operational and security challenges, especially regarding safe code execution and infrastructure management at scale.
Google's new Agent Sandbox, announced at KubeCon NA 2025, delivers a major breakthrough for running agentic AI workloads securely and efficiently on Kubernetes and Google Kubernetes Engine (GKE).
Securing and Scaling Agentic AI
Unlike traditional software, modern AI agents can generate code, access system utilities, and interact with external resources giving them impressive power but also introducing unpredictability and risk.
The need for rapid, on-demand creation of isolated environments is critical. Each environment must have tightly controlled access to minimize the risk of data exposure or system disruption. Kubernetes, known for robust orchestration and scalability, is a strong foundation, but running agentic AI safely requires new primitives and capabilities.
Agent Sandbox: Built-In Isolation for AI Agents
Google’s Agent Sandbox addresses these needs by providing a Kubernetes primitive purpose-built for agent code execution. Developed with input from the open-source community and released through the Cloud Native Computing Foundation (CNCF), it leverages technologies like gVisor and Kata Containers to deliver strong runtime isolation.
This ensures that every agent task runs in its own secure environment, dramatically lowering the risk of breaches or disruptions even across thousands of simultaneous sandboxes.
- Each agent operates in a dedicated, isolated space.
- Kernel-level protections defend against vulnerabilities.
- Open-source stewardship promotes transparency and innovation.
Boosting Performance with GKE
Security is only part of the equation, performance is equally vital. On GKE, Agent Sandbox integrates with managed gVisor and a container-optimized compute platform, enabling sandboxes to scale horizontally at speed. Administrators can leverage pre-warmed pools of sandboxes, achieving sub-second startup times up to 90% faster than legacy solutions.
GKE-exclusive Pod Snapshots further enhance efficiency by allowing teams to checkpoint and resume pods, even those using GPUs. This innovation lets organizations suspend idle sandboxes, conserving resources while maintaining near-instant startup for agent tasks.
- Pod Snapshots reduce start times from minutes to seconds.
- Resource optimization leads to significant cost savings.
- Pre-warmed sandboxes ensure agents are always ready to respond.
Empowering AI Engineers
Agent Sandbox is designed to let AI engineers focus on innovation, not infrastructure. With an intuitive API and Python SDK, developers can manage sandboxes programmatically with no need to wrestle with complex Kubernetes YAML. This separation means developers get simplicity, while platform operators retain the control and extensibility needed for enterprise environments.
- Engineers can seamlessly spin up and manage sandboxes with code.
- Kubernetes admins maintain advanced operational controls.
Getting Started with Secure Agentic AI
Agent Sandbox, now open source, and GKE’s Pod Snapshots (in limited preview) set a new standard for secure, scalable AI agent deployment. Organizations ready to embrace these tools can dive into the Agent Sandbox documentation and quick start guides to begin building modern, agentic AI solutions safely and at scale.
Conclusion
Google’s Agent Sandbox and GKE innovations are revolutionizing how teams deploy AI agents, combining robust security, fast performance, and developer-friendly interfaces. These advancements help organizations fully harness the power of agentic AI while maintaining the highest standards of safety and reliability.

How Agent Sandbox and GKE Pod Snapshots Are Shaping Secure Agentic AI on Kubernetes