Skip to content

Commit 910c172

Browse files
committed
additional item in programme
1 parent 0675104 commit 910c172

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: 'Energy-Aware Kubernetes: Monitoring and Analyzing Fusion Simulation Power Consumption with Kepler'
3+
authors:
4+
- name: Shakthi Kannan
5+
affiliations:
6+
- Morton Labs AI
7+
- name: Zach Hynek
8+
affiliations:
9+
- Morton Labs AI
10+
license: CC-BY-4.0
11+
exports:
12+
- format: pdf
13+
template: ../../template
14+
site:
15+
hide_toc: false
16+
github: 'https://github.com/OSSFE/OSSFE_2026'
17+
---
18+
19+
Energy usage is important in infrastructure for Fusion companies who want to measure and optimize cost and sustainability when running simulation models. The Kepler (Kubernetes-based Efficient Power Level Exporter) project provides a mechanism to measure power consumption metrics for Kubernetes workloads by leveraging hardware counters, kernel statistics, and machine learning–based models. In this tutorial, we will demonstrate how to deploy and configure Kepler in a Kubernetes cluster, integrate it with observability stacks such as Prometheus and Grafana, and interpret the resulting energy metrics at the node, pod, and container levels. Kepler uses Intel RAPL (Running Average Power Limit) sensors to collect energy data from CPU packages, cores, and memory subsystems to distribute this energy proportionally to workloads based on their CPU time consumption. The readers will be able understand how Kepler enables insights into the energy footprint of containerized applications and supports more efficient, sustainable cloud-native operations for Fusion modeling, simulation experiments and infrastructure deployments.
20+
21+
# Repository
22+
https://github.com/sustainable-computing-io/kepler
23+

programme/abstracts/possanner-struphy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Struphy is an open-source Python package for plasma physics equations designed f
1717

1818
# Repository
1919
https://github.com/struphy-hub/struphy
20+

programme/programme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ Number of presentations: 3
295295
|:-----|:----------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------|:---------------|
296296
| G1 | [Deep Learning–Based Surrogate Models and RL Control for Extreme Vacuum Environments in Fusion Research](abstracts/rodríguezllorente-deep.md) | Guillermo Rodríguez Llorente | HI Iberia |
297297
| G2 | [Pellet Fueling: AI-Enhanced Surrogate Model HPI2-NN and Integrated Modelling](abstracts/paneraalvarez-pellet.md) | Alex Panera Alvarez | DIFFER |
298+
| G3 | [Energy-Aware Kubernetes: Monitoring and Analyzing Fusion Simulation Power Consumption with Kepler](abstracts/kannan-energy.md) | Shakthi Kannan | Morton Labs AI |
298299

299300

300301
### Oral Session H

0 commit comments

Comments
 (0)