This is a cache of https://docs.okd.io/4.17/observability/power_monitoring/power-monitoring-overview.html. It is a snapshot of the page at 2025-08-13T01:22:38.418+0000.
Power <strong>monitoring</strong> overview - Power <strong>monitoring</strong> | Observability | OKD 4.17
×

Power monitoring is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.

For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.

About power monitoring

You can use power monitoring for Red Hat OpenShift to monitor the power usage and identify power-consuming containers running in an OKD cluster. Power monitoring collects and exports energy-related system statistics from various components, such as CPU and DRAM. It provides estimates and granular power consumption data for Kubernetes pods and namespaces, and reads the power consumption of nodes.

Power monitoring Technology Preview works only in bare-metal deployments. Most public cloud vendors do not expose Kernel Power Management Subsystems to virtual machines.

Power monitoring architecture

Power monitoring is made up of the following major components:

The Power monitoring Operator

For administrators, the Power monitoring Operator streamlines the monitoring of power usage for workloads by simplifying the deployment and management of Kepler in an OKD cluster. The setup and configuration for the Power monitoring Operator are simplified by adding a PowerMonitor custom resource definition (CRD). The Operator also manages operations, such as upgrading, removing, configuring, and redeploying Kepler.

Kepler

Kepler is a key component of power monitoring. It is responsible for monitoring the power usage of containers running in OKD. It generates metrics related to the power usage of both nodes and containers.

Kepler hardware support

Kepler is the key component of power monitoring that collects real-time CPU power consumption data from a node through the RAPL Subsystem. By understanding the total power consumption of the node and calculating the percent of CPU time each process is using, it is able to estimate the power consumption at a per process and container level.

Kernel Power Management Subsystem
  • rapl-sysfs: This requires access to the /sys/class/powercap/intel-rapl directory.

About FIPS compliance for Power monitoring Operator

Starting with version 0.4, Power monitoring Operator for Red Hat OpenShift is FIPS compliant. When deployed on an OKD cluster in FIPS mode, it uses Fedora cryptographic libraries validated by National Institute of Standards and Technology (NIST).

For details on the NIST validation program, see Cryptographic module validation program. For the latest NIST status of Fedora cryptographic libraries, see Compliance activities and government standards.

To enable FIPS mode, you must install Power monitoring Operator for Red Hat OpenShift on an OKD cluster. For more information, see "Do you need extra security for your cluster?".