kubernetes-sigs / kube-scheduler-wasm-extension

All the things to make the scheduler extendable with wasm.
Apache License 2.0
109 stars 22 forks source link

decouple klog and event recorder from the main flow #117

Open sanposhiho opened 3 months ago

sanposhiho commented 3 months ago

scheduler_perf shows the latency drop when the guests use logs and event recording. Currently, we send logs and events from guests to hosts synchronously, but actually we can accept the delay in logging and event recording actually.

Probably we just keep logs and events in the guest's side when klog / event recorder is used and ship them to the host once the main function finishes. (goroutine isn't an option, wasm doesn't support it)

/kind feature

k8s-triage-robot commented 3 days ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

sanposhiho commented 3 days ago

/remove-lifecycle stale