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)
This can be similar to how the scheduler-plugin
Trimaraninteracts withload-watcherto 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)