sustainable-computing-io / peaks

PEAKS: Power Efficiency Aware Kubernetes Scheduler
Apache License 2.0
33 stars 4 forks source link

Configure load-watcher for collecting node utilization metrics #25

Open knarayan opened 11 months ago

knarayan commented 11 months ago

This can be similar to how the scheduler-plugin Trimaran interacts with load-watcher to get the node utilization metrics: https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/pkg/trimaran/targetloadpacking/targetloadpacking.go#L135 (load-watcher might be provided this data by services like K8s metrics server or Prometheus)