Documentation
¶
Overview ¶
Command orchestrator runs the Fuse orchestrator REST API.
It boots a FleetManager (currently backed by the Firecracker provider, with an in-memory stub fallback when FIRECRACKER_BASE_URL is unset), mounts the api package's chi router, and serves HTTP with graceful shutdown on SIGINT / SIGTERM.
Configuration is flag-driven, with env-var fallbacks for anything that's reasonable to set in an operator environment.
@title Fuse Orchestrator API @version 0.1.0 @description Control plane for Fuse orchestrator. Provisions, inspects, and destroys VMs; manages snapshots. @host localhost:8080 @BasePath / @securityDefinitions.apikey BearerAuth @in header @name Authorization
Click to show internal directories.
Click to hide internal directories.