Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use a different programming language for the external scheduler ? #337

Open
annis-souames opened this issue Mar 14, 2024 · 1 comment
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@annis-souames
Copy link

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

@sanposhiho sanposhiho added the kind/support Categorizes issue or PR as a support question. label Mar 15, 2024
@sanposhiho
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants