Skip to content

Operations

Day-to-day checks. Deeper tooling (K9s, scaling, DB ops) is in Infrastructure → Operations.

Health checks

CheckHow
Serviceskubectl get pods -n nx-backend - all Running / Ready?
Queues (BullMQ)Kafka UI / Redis - is the confirmation/scheduler backlog draining?
Databasepooler reachable; connection count not saturated (data-layer)
Cache (Redis)reachable; memory not at maxmemory
Search (Typesense)collections healthy; CDC connector (Debezium) lag low
WebSocket (signal)clients connecting; Redis pub/sub flowing
Versionsmatch across environments - Platform Facts → versions (alpha vs staging drift is flagged there)

Routine tasks

Backup & restore

Verify the backup story

Staging currently has no off-cluster DB backup while the deploy docs imply CNPG is running - reconcile this before relying on restore. Target RPO ≤ 15 min (see SLOs).

Restore SOP (once backups are confirmed): stop writers → restore the latest base backup + WAL to the target point → re-point the pooler → verify → resume. Practise it before you need it.

Proprietary and Confidential. Unauthorized copying, distribution, or use of this software is strictly prohibited.