Closed annis-souames closed 5 months ago
I was wondering if it's possible to have a scheduler using different programming languages such as Python or JS ? I'm looking to implement ML based scheduler and using Python would help a lot.
Unfortunately, other languages are not supported as the scheduling framework itself is only implemented in Go.
But, if you just want to simulate how your scheduler schedules Pods, you can just use Kwok with --disable-kube-scheduler
flag.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/close
@sanposhiho: Closing this issue.
Hello,
First, thank you very much for this project, it helped me brin my research idea into a reality.
I was wondering if it's possible to have a scheduler using different programming languages such as Python or JS ? I'm looking to implement ML based scheduler and using Python would help a lot.
What would be the approach to run an external scheduler built-in Python (or other) instead of Go ?
Thanks