What problem does it solve?
This Skill provides comprehensive documentation for Kubernetes Agent Sandbox, including how to understand and use the Sandbox CRD (Sandbox, SandboxTemplate, SandboxClaim, SandboxWarmPool) and the Python SDK (SandboxClient, SandboxRouter, ComputerUseExtension). It also covers network policies, security configurations, and practical implementation examples to help teams automate sandboxed AI agent execution environments.
Core Features & Use Cases
- CRD Reference & Architecture: Detailed descriptions of core CRDs, their fields, status, and interactions.
- Python SDK Guidance: Overview of SandboxClient, SandboxRouter, and extensions to automate sandbox operations.
- Implementation Examples: Real-world usage patterns and references for deploying and using sandbox templates, claims, and warm pools.
Quick Start
Start by exploring the CRD references in the SKILL to understand how to deploy a SandboxTemplate and use the Python SDK. Use a command like SandboxClient(template_name="python-sandbox-template") to begin interacting with a sandbox.