> ## Documentation Index
> Fetch the complete documentation index at: https://www.shipfox.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-Hosting Shipfox on Kubernetes

> Deploy the Shipfox control plane and runners on a Kubernetes cluster. Coming soon.

<Note>
  **Coming soon.** A Kubernetes deployment guide (with manifests) is in progress.
</Note>

This guide will cover deploying the Shipfox control plane on a Kubernetes cluster —
the stateless API and dashboard as Deployments, connecting to PostgreSQL, Temporal,
and S3-compatible object storage, and running runners in-cluster.

In the meantime, the [Self-Hosting](/installation/self-hosting) guide describes the
components and external services to provision; the API and dashboard are stateless
containers that run on any orchestrator, including Kubernetes.
