Krustlet is a Kubernetes Kubelet implementation in Rust that enables running WebAssembly (WASM) workloads instead of traditional containers.
Kubernetes Rust Kubelet
Krustlet is used to schedule and run Kubernetes pods that target the wasm32-wasi architecture, allowing developers to run WebAssembly modules as workloads within Kubernetes clusters. It is ideal for users interested in integrating WASM workloads into Kubernetes environments or building custom Kubelets using Rust.
This project is currently not actively maintained and most maintainers have shifted focus to other WebAssembly-related projects. It remains useful for those wanting to experiment with custom Kubelets or WASM workloads in Kubernetes. Users interested in maintaining or contributing are encouraged to reach out to the community.