Skip to content

GreenKube

v0.2.3 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

carbon-emissions carbon-footprint cloud co2 cost-optimization devops
+12 more
fastapi finops grafana green-computing green-software greenops helm kubernetes prometheus python sustainability svelte

Summary

AI summary

Updates ✨ Highlights, 🐛 Bug Fixes, and 🔗 Resources across a mixed release.

Full changelog

🚀 GreenKube v0.2.3 — Beta

First Beta release. The codebase has 483 tests, a production-ready Helm chart, and a live demo at demo.greenkube.cloud.

✨ Highlights

  • Demo mode — explore GreenKube with 7 days of realistic data, no cluster required:
    docker run --rm -p 9000:9000 greenkube/greenkube:0.2.3 demo --no-browser --port 9000
    
  • Grafana dashboard — pre-built dashboards/greenkube-grafana.json with CO₂e, cost, energy, node utilization, and recommendation panels
  • Prometheus integrationServiceMonitor, NetworkPolicy, and /prometheus/metrics endpoint with full label set
  • Database migration system — versioned schema migrations for PostgreSQL and SQLite
  • 9-type recommendation engine — zombie pods, CPU/memory rightsizing, autoscaling, off-peak scheduling, carbon-aware scheduling, node rightsizing

🐛 Bug Fixes (since 0.2.2)

  • greenkube start: Fixed race condition where PostgreSQL tables did not exist when the scheduler started its first collection cycle (eager connect() call now runs for all DB types)
  • SQLite performance: WAL mode + indexes on combined_metrics(timestamp) — dashboard queries are now ~5× faster in demo mode
  • Fixed unclosed aiohttp client sessions in carbon intensity collection

�� Installation

Helm (recommended):

helm repo add greenkube https://GreenKubeCloud.github.io/GreenKube
helm repo update
helm install greenkube greenkube/greenkube -n greenkube --create-namespace

Docker demo:

docker run --rm -p 9000:9000 greenkube/greenkube:0.2.3 demo --no-browser --port 9000

🔗 Resources

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track GreenKube

Get notified when new releases ship.

Sign up free

About GreenKube

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]