Getting Started
Install and configure Lumina in your Kubernetes cluster
Lumina is a Kubernetes controller that provides real-time cost visibility for EC2 instances by tracking AWS Savings Plans, Reserved Instances, and spot pricing across your entire AWS organization.
graph TD
classDef aws fill:#E8F0FE,stroke:#4285F4,color:#333
classDef lumina fill:#E6F4EA,stroke:#34A853,color:#333
classDef prom fill:#FFF3E0,stroke:#FB8C00,color:#333
classDef consumer fill:#FCE4EC,stroke:#E91E63,color:#333
AWS["AWS Organization<br/>EC2 · RIs · Savings Plans · Spot"]:::aws
LUMINA["Lumina Controller<br/>Reconciles costs in real time"]:::lumina
PROM["Prometheus<br/>Scrapes cost metrics"]:::prom
CONSUMERS["Grafana / Alerting / Chargeback"]:::consumer
AWS -->|AssumeRole + API queries| LUMINA
LUMINA -->|Exposes /metrics| PROM
PROM -->|Queries & dashboards| CONSUMERSInstall Lumina in your cluster and start tracking costs. The Installation Guide covers prerequisites, Helm setup, IAM configuration, and verification steps.
Understand how Lumina works under the hood:
Detailed reference documentation for day-to-day operations:
Install and configure Lumina in your Kubernetes cluster
Understand how Lumina works under the hood
Detailed reference documentation for Lumina configuration, metrics, and APIs
Common issues and debugging techniques for the Lumina controller
Local development setup, testing, and contributing to Lumina