Per-host orchestrator service (consolidate per-bottle sidecars; virtualized, backend-native) #351
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tracking issue for PRD 0070.
Fold the per-bottle sidecar bundle into a single persistent per-host orchestrator that runs the sidecar services (egress / git-gate / supervise), coordinates with the console, and brokers agent launches. Virtualized from the start with backend-native isolation (firecracker VM / Apple container / Docker container), fronted by a single backend-agnostic
Orchestratorcontract, with per-backend variation pushed ontoBottleBackend.Supersedes the Stage-1/Stage-4 sidecar-consolidation framing of #348 (PRD 0069); depends on 0069's nix-built fixed images for bootstrapping. See docs/prds/0070-per-host-orchestrator.md.