Production hardening: HA control plane, autoscaling, live migration, CI/CD pipeline#88
Merged
breardon2011 merged 32 commits intomainfrom Apr 14, 2026
Merged
Production hardening: HA control plane, autoscaling, live migration, CI/CD pipeline#88breardon2011 merged 32 commits intomainfrom
breardon2011 merged 32 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Use printf instead of echo for multi-line SSH key secret, add StrictHostKeyChecking=no to prevent interactive prompts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add rootfs tarball creation step before Packer build - Remove fallback that constructed fake image ID when Packer failed - This caused the scaler to try launching VMs from a non-existent image Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Smoke test: retry exec 3 times with 5s gaps (cold golden boot) - Packer: re-login Azure before Key Vault write (token expires during long build) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ng, orphan NIC cleanup
Resolves conflicts preserving: - Autoscaling routing (least-loaded, Redis round-robin, Draining) - Main's secrets store layering, stale cache validation, S3 checkpoint upload - Main's SDK fixes (always route through CP) - Main's deploy-worker kernel fix - Both GoldenVersion and sealSandboxEnvs in manager - All SnapshotMeta fields (GoldenVersion + SealedTokens + TokenHosts) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
motatoes
approved these changes
Apr 14, 2026
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
Production-ready infrastructure for OpenSandbox: HA control plane, autoscaling with bin-packing, live migration, and end-to-end CI/CD
pipeline. All validated on Azure westus2 dev environment with 200-sandbox chaos tests.
Control Plane HA
Autoscaling & Bin-Packing
Live Migration
CI/CD Pipeline
CP2).
Observability
Testing
migrations succeeded.
Test plan