krustlet / krustlet

Kubernetes Rust Kubelet

Home Page:https://krustlet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This project is currently not actively maintained. Most of the other maintainers have moved on to other WebAssembly related projects. This project could definitely still be useful to anyone who wants to write a custom Kubelet and its sister project Krator is a state machine-based solution for writing Kubernetes controllers/operators in Rust. If anyone is interested in maintaining these projects, please feel free to reach out!

CII Best Practices

Krustlet: Kubernetes Kubelet in Rust for running WASM

📯 Krustlet 1.0 coming soon!

Krustlet acts as a Kubelet by listening on the event stream for new pods that the scheduler assigns to it based on specific Kubernetes tolerations.

The default implementation of Krustlet listens for the architecture wasm32-wasi and schedules those workloads to run in a wasmtime-based runtime instead of a container runtime.

Documentation

If you're new to the project, get started with the introduction. For more in-depth information about Krustlet, plunge right into the topic guides.

Looking for the developer guide? Start here.

Community, discussion, contribution, and support

You can reach the Krustlet community and developers via the following channels:

Code of Conduct

This project has adopted the CNCF Code of Conduct.

About

Kubernetes Rust Kubelet

https://krustlet.dev

License:Apache License 2.0


Languages

Language:Rust 98.8%Language:Shell 0.5%Language:PowerShell 0.4%Language:Just 0.3%