flux-framework / flux-k8s

Project to manage Flux tasks needed to standardize kubernetes HPC scheduling interfaces
Apache License 2.0
20 stars 10 forks source link

Scheduler simulator #72

Open vsoch opened 3 months ago

vsoch commented 3 months ago

I started to look into ways to get more detail from the scheduler, and one idea is this simulator: https://github.com/kubernetes-sigs/kube-scheduler-simulator/tree/master.

That isn't the same as running real jobs, but I think we might try it out anyway. The other approach I'm thinking about it to make a bland / vanilla custom plugin that actually includes the kubernetes upstream schedule module that we can customize as we want! I'm looking for what a default config should look like (probably will just bring up a cluster and try to find it).