Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Here is why we are writing a new container runtime in Rust.

# 📍 Status of youki

**youki** has aced real-world use cases, including containerd's e2e test, and is now adopted by several production environments.
**youki** has aced real-world use cases, including containerd's e2e test, and is now adopted by several production environments. See [Adopters and Use Cases](https://youki-dev.github.io/youki/community/adopters_and_use_cases.html) for public examples.
We have [our roadmap](https://github.com/orgs/containers/projects/15).

![youki demo](docs/demo.gif)
Expand Down
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
---

- [Community](./community/introduction.md)
- [Adopters and Use Cases](./community/adopters_and_use_cases.md)
- [Maintainer](./community/maintainer.md)
- [Governance](./community/governance.md)
- [Contributing](./community/contributing.md)
Expand Down
25 changes: 25 additions & 0 deletions docs/src/community/adopters_and_use_cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Adopters and Use Cases

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:

- project name and link
- a one-line summary
- crates being used, if you want to share them

## [rk8s](https://github.com/rk8s-dev/rk8s)

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`

## [runwasi](https://github.com/containerd/runwasi)

A containerd shim that runs WebAssembly workloads in Docker and Kubernetes while using an OCI-compatible sandbox.

Uses: `libcontainer`

## [SpinKube](https://www.spinkube.dev/)

A platform for running Spin applications on Kubernetes. SpinKube uses `runwasi`, which in turn uses `libcontainer` to provide an OCI-compatible sandbox for workloads.
1 change: 1 addition & 0 deletions docs/src/community/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Community

- [Adopters and Use Cases](./adopters_and_use_cases.md)
- [Maintainer](./maintainer.md)
- [Governance](./governance.md)
- [Contributing](./contributing.md)
Expand Down
Loading