Production checklist

The boxes to tick before exposing a Flux deployment to real traffic — storage, auth, secrets, observability, capacity, failure-mode drills.

This is the gate-check list. If you can’t say yes to every item below, the deployment is not production-ready. Each section links into Operate for the depth-of-detail walkthrough.

Storage backend

See Storage backends.

Authentication

See Authentication overview.

Bootstrap token

See Bootstrap tokens.

Encryption key

Without the encryption key, the database backup is useless for any column that touches secrets.

Workers

See Running workers.

Server topology

Observability

See Metrics and Tracing.

Backups validated

See Backups and restore.

Capacity planned

See Capacity planning.

TLS

See Running the server.

Health checks

See Health checks and readiness.

Failure-mode drills

See Disaster recovery.

What can go wrong

The most common production miss isn’t on this list — it’s checking the boxes once at launch and never again. Re-walk the list quarterly; treat any failed item as a P2 ticket.

Specific traps:

Next