kepler icon indicating copy to clipboard operation
kepler copied to clipboard

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...

Results 227 kepler issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After rolling over the daemonset to the latest image on quay.io registry (sha256:01a86339a8acb566ddcee848640ed4419ad0bffac98529e9b489a3dcb1e671f5) there is the message from title being shown constantly. Example output of the problem:...

This PR updates the exisiting GH action `on push to main branch` to push image under tags `latest` as well `operate-first` to quay.io Signed-off-by: Parul

Hi, I'm trying to use Kepler in my k8s cluster. It was deployed on one node (node1) together with Prometheus and Grafana. There are many pods running on this node....

This PR introduces a dynamic way to estimate the power by Estimator class (pkg/model/estimator.go). - the model is supposed to be dynamically downloaded to the folder `data/model` - python program...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

**Describe the bug** After running for extended hours, the curr_cpu_time becomes zero and never recovers ```json { "__name__": "node_energy_stat", "container": "kepler-exporter", "cpu_architecture": "Cascade Lake", "curr_cache_misses": "10019190", "curr_cpu_cycles": "4005839184", "curr_cpu_instructions": "5068047632",...

pod_lister **issue:** Some short-lived pods cannot be detected at the time of ticker (as kubelet does not report deleted pods). **proposal:** 1. Detect create/delete pod events from API server with...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the solution you'd like** Add documentation on: - About Kepler - Describe the modules, bpf, model server, collector, power, attacher etc - Run on Kubernetes - Run on OpenShift...