Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@sanposhiho sanposhiho released this 23 Jul 06:28
· 12 commits to main since this release
fbddc96

Yo! We’re super excited to announce the first release of kube-scheduler-wasm-extension.

The scheduler has two extension mechanisms; extender (webhook based extension) and Scheduling Framework (Go SDK based extension).
Kube-scheduler-wasm-extension was created 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).

A big shout out to

This is just the beginning; let’s keep growing this project together!


This first release implements a basic function set to support all the extension points, enabling you to implement simple plugins. However, we still have things to do, especially around framework.Handle support, and not all plugins can be ported into Wasm-based plugins yet.

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/commits/v0.1.0