Shipfox
Installation

Installing Shipfox

How to get a Shipfox workspace: use Shipfox Cloud, evaluate locally, or self-host on your own infrastructure. An overview of the components and the setup paths.

Shipfox runs as a control plane and one or more runners. On Shipfox Cloud both are provided and there is nothing to install: create a workspace and go straight to Quick Start.

To run Shipfox yourself, you stand up both parts. The control plane contains the API and dashboard, backed by PostgreSQL, Temporal, and S3-compatible object storage. Runners execute jobs on compute you own. The rest of this section is for whoever operates that infrastructure, typically a platform, DevEx, or SRE team.

Configuring projects and authoring workflows needs none of this. If Shipfox is already running for your team, head to Quick Start.

Components

ComponentWhat it is
API + dashboardStateless control-plane processes you deploy as containers
PostgreSQLPrimary datastore for Shipfox state
TemporalWorkflow orchestration engine used internally
Object storageS3-compatible storage for step-log artifacts
RunnersProcesses on your compute that execute jobs. See Runners.

Choose a path

Was this page helpful?
Edit this page on GitHub

On this page