The demos that deploy the code-sandbox should be updated to use the standalone deployment pattern where appropriate.
What to change:
-
Demo Helm values: Any demo that deploys the sandbox as a sidecar should offer a standalone alternative using values-standalone.yaml. The sidecar can remain as the default for quick-start simplicity, but production-oriented demos should show standalone.
-
Demo scripts: Add a step showing how to deploy the sandbox standalone and configure the agent to point to it via SANDBOX_URL.
-
Demo README: Note that standalone is recommended for production and explain the tradeoff (1ms latency vs full pod isolation).
Context:
- ADR:
fips-agents/code-sandbox/docs/separate-pod-design.md
- Standalone overlay:
fips-agents/code-sandbox/chart/values-standalone.yaml
Depends on: #11 (course material), agent-template sandbox.external support
The demos that deploy the code-sandbox should be updated to use the standalone deployment pattern where appropriate.
What to change:
Demo Helm values: Any demo that deploys the sandbox as a sidecar should offer a standalone alternative using
values-standalone.yaml. The sidecar can remain as the default for quick-start simplicity, but production-oriented demos should show standalone.Demo scripts: Add a step showing how to deploy the sandbox standalone and configure the agent to point to it via
SANDBOX_URL.Demo README: Note that standalone is recommended for production and explain the tradeoff (1ms latency vs full pod isolation).
Context:
fips-agents/code-sandbox/docs/separate-pod-design.mdfips-agents/code-sandbox/chart/values-standalone.yamlDepends on: #11 (course material), agent-template
sandbox.externalsupport