Operations¶
Running qkt in production: deployment, monitoring, troubleshooting.
-
Deploy with Docker
The full stack walkthrough: qkt + mt5-gateway via
docker-compose.yml. -
Monitoring
Liveness, equity, P&L, alerts. What to scrape and what to page on.
-
Logging
MDC keys, console + file patterns, logback overrides, JSON output.
-
Troubleshooting
Symptom → cause → fix matrix. Use when something's wrong.
Not yet covered¶
- Upgrade / rollback — versioning, schema migrations between phases, downgrade strategy
- Backup & restore —
qkt-statevolume contents, position-recovery on restart - Capacity planning — strategies-per-daemon ceiling, port allocation, JVM heap sizing
- Alerting playbook — concrete runbooks per alert type
Pages stubbed for a future operations-depth phase. If you need one urgently, open an issue.