Warm Pool Feasibility Study [Spec + Experiments]#2199
Closed
rhuss wants to merge 2 commits into
Closed
Conversation
Brainstorm, specification, implementation plan, task breakdown, and review guide for evaluating Agent Sandbox warm pooling on OpenShift. Measures whether sandbox startup latency can be reduced from 8-12s to under 2s using SandboxWarmPool/SandboxClaim extension CRDs. Assisted-By: 🤖 Claude Code
Add measurement scripts for cold-start baseline, warm pool claims, readiness gate patterns, sidecar readiness, env var injection, and combined best-case scenarios. Each script produces CSV output with per-phase timestamps for latency analysis. Includes: - 6 measurement scripts with shared library functions - K8s manifests for SandboxTemplate, WarmPool, Claims, and DaemonSet - Go readiness sidecar with signal-file-based health endpoint - RFC template document with structured sections for results - Deep review findings from 5-agent code review Assisted-By: 🤖 Claude Code Signed-off-by: Roland Huß <rhuss@redhat.com>
Author
|
sorry, opened by accident. |
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.
Summary
Feasibility study for warm-pooling sandbox pods to reduce startup latency from 8-12s to under 2s. Adds experiment scripts, K8s manifests, a readiness sidecar, and an RFC scaffold for recording results.
Related Issue
#2157
Testing
bash -nsyntax checkCGO_ENABLED=0specs/001-warm-pool-feasibility/review-findings.md)Checklist
Assisted-By: 🤖 Claude Code