Skip to content

kubematic/krustlet

This branch is 711 commits behind krustlet/krustlet:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2020
Apr 30, 2020
Apr 9, 2020
Apr 20, 2020
Apr 20, 2020
Apr 20, 2020
Mar 25, 2020
Apr 20, 2020
Apr 30, 2020
Apr 28, 2020
Nov 27, 2019
Apr 30, 2020
Apr 9, 2020

Repository files navigation

Krustlet: Kubernetes Kubelet in Rust for running WASM

🚧 🚧 This project is highly experimental. 🚧 🚧 It should not be used in production workloads.

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. If you are interested in the project, please feel free to join us in our weekly public call on Zoom at 9:00 am Pacific Time every Monday

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 opencode@microsoft.com with any additional questions or comments.

Packages

No packages published

Languages

  • Rust 100.0%