Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.uselumina.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Deploy Lumina on Kubernetes using Helm charts.

Prerequisites

  • Kubernetes 1.24+
  • kubectl configured
  • Helm 3.8+
  • 8GB RAM minimum
  • Persistent volume support
Verify:
kubectl version --short
helm version --short

Installation

Add Helm repository:
helm repo add lumina https://charts.uselumina.io
helm repo update
Install Lumina:
helm install lumina lumina/lumina \
  --namespace lumina \
  --create-namespace
Check status:
kubectl get pods -n lumina

Access Dashboard

Port forward for local access:
kubectl port-forward -n lumina svc/lumina-dashboard 3000:3000
Open http://localhost:3000

Next Steps

Send First Trace

Configure SDK and send test trace

Production Setup

Production deployment checklist