Hi folks.
We just shipped the first release of Kube-scheduler-wasm-extension 🕺
Many people may not know the project in the first place; Kube-scheduler-wasm-extension is an experimental project, trying to provide a new Wasm-based extension that is as extensible as the Scheduling Framework, but with much less overhead (compared to extender) and maintenance/operational cost (compared to plugins).
This first release implements a basic function set to support all the extension points, enabling you to implement simple plugins.
You can check the release note and the documentation on the repository.
https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/releases/tag/v0.1.0
Feel free to reach out to us if you have any feedback or questions!
We're looking forward to hearing from you!
Kensei