Skip to main content
Deploy Lumina on Kubernetes for production workloads.

Architecture

┌─────────────────────────────────────┐
│  Kubernetes Cluster                 │
│                                     │
│  ┌─────────────┐  ┌──────────────┐ │
│  │ Ingress     │  │ Load         │ │
│  │ Controller  │  │ Balancer     │ │
│  └──────┬──────┘  └──────┬───────┘ │
│         │                │          │
│  ┌──────▼────────────────▼───────┐ │
│  │ Lumina Services               │ │
│  │ ┌──────┐ ┌────┐ ┌────────┐   │ │
│  │ │Ingest│ │API │ │Dashboard│   │ │
│  │ └──────┘ └────┘ └────────┘   │ │
│  └───────────────────────────────┘ │
│                                     │
│  ┌──────────┐  ┌────────┐         │
│  │PostgreSQL│  │Redis   │         │
│  └──────────┘  └────────┘         │
└─────────────────────────────────────┘

Deployment Methods


Next Steps