Skip to content
Fuse
Esc
navigateopen⌘Jpreview
On this page

Overview

Deploying Fuse for real workloads: orchestrator, hosts, and GPU hosts

Fuse is self-hosted: you run the orchestrator (the control plane) and one or more hosts (each running a host agent) yourself. This section covers bringing all of that up for real workloads, beyond the in-memory stub used in the Quickstart.

What runs where

The simplest production topology co-locates the orchestrator on a Firecracker host and talks to fc-agent over loopback: a single command installs both as systemd services. Scaling out from there is just registering more hosts; the orchestrator itself doesn’t change.

Was this page helpful?