docs/src/community/adopters_and_use_cases.md
This page collects public examples of projects that use youki or its crates.
If you would like to add your project, please open a pull request with:
A lightweight Kubernetes-compatible container orchestration system written in Rust, implementing the Container Runtime Interface (CRI) with support for single containers, Kubernetes-style pods, and Docker Compose-style multi-container applications.
Uses: libcontainer, libcgroups
A containerd shim that runs WebAssembly workloads in Docker and Kubernetes while using an OCI-compatible sandbox.
Uses: libcontainer
A platform for running Spin applications on Kubernetes. SpinKube uses runwasi, which in turn uses libcontainer to provide an OCI-compatible sandbox for workloads.