https://github.com/nextdoor/lumina
Kubernetes controller that provides real-time cost visibility for EC2 instances and Fargate pods by tracking AWS Savings Plans, Reserved Instances, and spot pricing across your entire AWS organization.
https://github.com/nextdoor/lumina
Last synced: 4 months ago
JSON representation
Kubernetes controller that provides real-time cost visibility for EC2 instances and Fargate pods by tracking AWS Savings Plans, Reserved Instances, and spot pricing across your entire AWS organization.
- Host: GitHub
- URL: https://github.com/nextdoor/lumina
- Owner: Nextdoor
- License: apache-2.0
- Created: 2025-11-14T16:36:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T23:55:03.000Z (4 months ago)
- Last Synced: 2026-04-05T01:17:48.980Z (4 months ago)
- Language: Go
- Homepage:
- Size: 2.15 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Lumina
> Illuminate Kubernetes costs with real-time AWS Savings Plans visibility
[](LICENSE)
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. It exposes Prometheus metrics showing the actual hourly cost of each Kubernetes node.
**Full documentation: [https://oss.nextdoor.com/lumina/docs/](https://oss.nextdoor.com/lumina/docs/)**
## Quick Install
```bash
helm repo add lumina https://oss.nextdoor.com/lumina
helm repo update
helm install lumina lumina/lumina -n lumina-system --create-namespace
```
See the [Helm chart README](charts/lumina/README.md) for all configuration options.
## Documentation
| Topic | Link |
|-------|------|
| Getting Started | [Getting Started Guide](https://oss.nextdoor.com/lumina/docs/getting-started/) |
| Configuration | [Configuration Reference](https://oss.nextdoor.com/lumina/docs/reference/configuration/) |
| Cost Calculation | [Cost Calculation Algorithm](https://oss.nextdoor.com/lumina/docs/concepts/cost-calculation/) |
| Metrics | [Prometheus Metrics Reference](https://oss.nextdoor.com/lumina/docs/reference/metrics/) |
| Debug Endpoints | [Debug Endpoints](https://oss.nextdoor.com/lumina/docs/reference/debug-endpoints/) |
| Development | [Development Guide](https://oss.nextdoor.com/lumina/docs/development/) |
## License
Apache 2.0 - See [LICENSE](LICENSE) for details.
## Contributing
Contributions are welcome! See the [Development Guide](https://oss.nextdoor.com/lumina/docs/development/) to get started.