Skip to content

Releases: kubernetes-sigs/kube-scheduler-wasm-extension

v0.1.0

23 Jul 06:28
fbddc96
Compare
Choose a tag to compare

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

Read more