Logs
Every process's output is aggregated per app. Tail it live, filter by process, or read it in the dashboard.
Operate
A small operations team can keep a Flynn cluster healthy. The tools for growing, updating, backing up, and watching the platform ship with it.
Install the discovery plugin and new nodes can fetch their join token from the cluster itself — no separate coordination service to run.
Flynn and its plugins are published as GitHub Releases; you decide when to move. A cluster-wide update pushes new host binaries to every node, pulls the new component images, and redeploys the platform's own apps in place — with close to zero downtime for applications, and only a brief pause for database clusters.
Before it touches anything, the updater cleans unused images and volumes and confirms each host has enough free disk. If a host is short on space, the update stops before the cluster is left half-upgraded. Plugins update in step with the platform, and one command brings every installed plugin to the matching release.
One command produces a single archive. Restoring it during bootstrap brings up the same apps, routes, releases, and plugins on a fresh cluster — the cluster size does not need to match. Individual apps can also be exported and imported, with their databases, to the same or a different cluster.
These engines come back empty after a restore. Plan their backups with their own tooling.
04 / Observe
Flynn keeps logs and metrics inside the cluster and hands them to the tools you already have.
Every process's output is aggregated per app. Tail it live, filter by process, or read it in the dashboard.
Send one app's logs, all app logs, or the platform's own logs to any syslog endpoint.
The OpenTelemetry plugin exports host CPU, memory, disk, load, and job counts to Grafana, an OTel Collector, or any OTLP endpoint.
Threshold alerts on app or cluster metrics by email or webhook, plus a health endpoint that reports the state of every platform component.
Next
Network isolation, hardened containers, per-app roles, and what a security review will find.