Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radu-matei/containerd-shim-spinkube
https://github.com/radu-matei/containerd-shim-spinkube
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radu-matei/containerd-shim-spinkube
- Owner: radu-matei
- License: apache-2.0
- Created: 2024-02-16T00:28:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T08:41:34.000Z (7 months ago)
- Last Synced: 2024-04-06T01:20:47.109Z (7 months ago)
- Size: 1.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Containerd Shim Spin
This project aims to provide containerd shim implementations that can run [Wasm](https://webassembly.org/) / [WASI](https://github.com/WebAssembly/WASI) workloads using [runwasi](https://github.com/deislabs/runwasi) as a library. This means that by installing these shims onto Kubernetes nodes, we can add a [runtime class](https://kubernetes.io/docs/concepts/containers/runtime-class/) to Kubernetes and schedule Wasm workloads on those nodes. Your Wasm pods and deployments can act just like container workloads!
[runwasi](https://github.com/deislabs/runwasi) is a project that aims to run WASI workloads managed by [containerd](https://containerd.io/).