sustainable-computing-io / kepler

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://sustainable-computing.io
Apache License 2.0
1.19k stars 184 forks source link

Base image too big #1826

Closed maichouni-mitek closed 3 weeks ago

maichouni-mitek commented 1 month ago

What would you like to be added?

The base image is very big with a lot of unnecessary packages. Use a smaller base image.

image image image

Why is this needed?

maichouni-mitek commented 1 month ago

PR https://github.com/sustainable-computing-io/kepler/pull/1825 submitted to remediate this issue.