Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LucioFranco/krustlet

 
 

Repository files navigation

Krustlet: Kubernetes Kubelet in Rust for running WASM

This project is highly experimental. It is just a proof of concept, and you should not use it in production.

Krustlet acts as a Kubelet by listening on the event stream for new pod requests that match a particular set of node selectors.

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.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

Kubernetes Rust Kubelet

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.5%
  • Dockerfile 0.5%