kepler
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...
##What Added an option for k3d/k3s clusters ##Why An alternative flavor to kind ##How Based on the existing cluster/cluster-up/kind/common.sh script logic, with the necessary minor changes to facilitate k3d ##Tested...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** I used ARC to create a self-hosted runner for GitHub Actions. It runs for 10-15s...
**A clear and concise description of what the problem is.** The `pod_total_*` metrics represent the total accumulated over all sample since Kepler started monitoring the particular pod. When restarting the...
**Describe the bug** Before the PR #225, Kepler was taking 1.18ms to start. But now, it is taking 40.17s to start Although It might be related to the model server,...
**Why this PR is needed?** PR #287 will update Prometheus metrics and affect the current Grafana dashboard. Where the new metrics will report energy per container and have more meaningful...
**Is your feature request related to a problem? Please describe.** Current GPU power estimate is based on memory footprint. This model doesn't account for factors such as GPU instructions, temperature,...
**Is your feature request related to a problem? Please describe.** So far, we just verify by `until kubectl get svc --all-namespaces ...` to make it better, we'd better have a...
**Is your feature request related to a problem? Please describe.** Pod level energy reporting is useful on a per node basis. At the cluster level, high level aggregation is more...
**Describe the bug** Regarding this PR https://github.com/sustainable-computing-io/kepler/pull/225, the Unit test Mac keeps failing on e2e test (while the other unit tests were fine) when fixing first waiting time to 5s....
followup, we will use kustomization to build different manifest .. Signed-off-by: jichenjc