Replies: 1 comment 2 replies
-
Currently, node-exporter is not supported, only metrics-server is supported, maybe you can consider getting CPU load from metrics-server. https://kwok.sigs.k8s.io/docs/technical-outcomes/scalability/scale-using-hpa/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently developing a custom scheduler, let's call it
LoadNode
plugin!This plugin mainly uses
prometheus/client
to get the CPU load of each Node stored inprometheus
in real time, and then performs a series of algorithms to finally calculate the score of the Pod in the current Node.Before this, I found that it was a painful thing to test. We can only test in a real test cluster, and cannot simulate through some localized cluster components (such as: kind, minikube). By chance, I learned about the kwok component.
I urgently want to know whether kwok can meet my above testing needs? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions