Core Noxus Components
Noxus Frontend
Noxus Frontend
Next.js application that serves the user interface and talks to Noxus Backend over API/WebSocket.
Noxus Backend
Noxus Backend
API/control plane for workflows, auth, configuration, integrations, and orchestration.
Noxus Workers
Noxus Workers
Async execution plane for runs. In Kubernetes, workers are pool-based (
worker.pools) with HPA or KEDA autoscaling.Noxus Beat
Noxus Beat
Scheduled task service. Runs as a single scheduler instance.
Noxus Relays
Noxus Relays
Optional integration webhook/event handlers (for external events and relay endpoints).
Data Layers
- PostgreSQL: storage layer for domain entities, analytics and platform audit logs
- Redis: cache system
- Cold Storage: object/file persistence (
s3,gcloud,minio, local-compatible options).
Traffic And Domains
The platform default ingress model uses three entrypoints for the platform. As an example:<domain>-> Noxus Frontendapi.<domain>-> Noxus Backendrelay.<domain>-> Noxus Relays (if enabled)
<domain>-> Noxus Frontend<domain>/api/backend-> Noxus Backend<domain>/relays-> Noxus Relays (if enabled)