docs: Add kubernetes-sigs/agent-sandbox to related projects#46
Merged
Conversation
agent-sandbox is a Kubernetes SIG Apps project providing a Sandbox CRD for managing isolated, stateful agent workloads. It's relevant as a potential complement to devaipod's Kubernetes plans -- it provides the scheduling/lifecycle primitives while devaipod would define the multi-container pod architecture with service-gator credential scoping. Assisted-by: OpenCode (Claude Opus 4.6) Signed-off-by: arewm <arewm@users.noreply.github.com>
The old name was misleading for Kubernetes-native projects like agent-sandbox and Ambient Code -- they aren't 'local' but they are self-hostable with no vendor cloud dependency. Assisted-by: OpenCode (Claude Opus 4.6) Signed-off-by: arewm <arewm@users.noreply.github.com>
cgwalters
approved these changes
Apr 6, 2026
|
|
||
| (This section is Assisted-by: OpenCode (Claude Opus 4.6), based on source code analysis of the agent-sandbox repository) | ||
|
|
||
| [agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox) is a Kubernetes SIG Apps project that provides a `Sandbox` CRD and controller for managing isolated, stateful, singleton workloads -- primarily AI agent runtimes. Apache-2.0 licensed, written in Go. Currently `v1alpha1` with a roadmap targeting Beta/GA in 2026. |
Owner
There was a problem hiding this comment.
When this was first announced I looked at it.
Honestly...it's basically IMO more like "StatefulPod" but of course renamed to pile on the AI bandwagon.
Collaborator
Author
There was a problem hiding this comment.
Yeah, but calling this out is still beneficial as some folks still reference it as potentially relevant in the sandboxing space.
Reframe around the core observation that agent-sandbox is essentially a 'StatefulPod' CRD, not an agent execution environment. Cut the detailed CRD/isolation description and focus on the relationship to devaipod: optional underlying pod abstraction for Kubernetes support. Assisted-by: OpenCode (Claude Opus 4.6) Signed-off-by: arewm <arewm@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
agent-sandbox is a Kubernetes SIG Apps project providing a Sandbox CRD for managing isolated, stateful agent workloads. It's relevant as a potential complement to devaipod's Kubernetes plans -- it provides the scheduling/lifecycle primitives while devaipod would define the multi-container pod architecture with service-gator credential scoping.
Assisted-by: OpenCode (Claude Opus 4.6)