containerd-wasm-shims VS containerd

Compare containerd-wasm-shims vs containerd and see what are their differences.

containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes (by deislabs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
containerd-wasm-shims containerd
4 126
292 16,435
3.1% 1.6%
8.1 9.9
about 1 month ago 5 days ago
Rust Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

containerd-wasm-shims

Posts with mentions or reviews of containerd-wasm-shims. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • Spin 1.0 — The Developer Tool for Serverless WebAssembly
    17 projects | dev.to | 28 Mar 2023
    Besides deploying the application locally and deploying to Fermyon Cloud, you can also deploy your Spin application to Kubernetes using the new Containerd integration for Spin.
  • Why did the Krustlet project die?
    6 projects | /r/kubernetes | 14 Jan 2023
    Yeah, runtimeClass lets you specify which CRI plugin you want based on what you have available. Here's an example from the containerd documentation - you could have one node that can run containers under standard runc, gvisor, kata containers, or WASM. Without runtimeClass, you'd need either some form of custom solution or four differently configured nodes to run those different runtimes. That's how krustlet did it - you'd have kubelet/containerd nodes and krustlet/wasm nodes, and could only run the appropriate workload on each node type.
  • New Docker Desktop: Run WASM Applications Alongside Linux Containers in Docker
    8 projects | news.ycombinator.com | 7 Dec 2022
    You can absolutely install the wasm shim without Desktop. (They won't tell you that because Desktop is a revenue stream for Mirantis.)

    In your VM or WSL instance that's running Docker, get the shim from here: https://github.com/deislabs/containerd-wasm-shims (You might need to build it yourself)

    Then specify the --runtime and --platform arguments like instructed in the doc, but with a slight modification:

    --runtime=containerd-wasm-shim=/path/to/containerd/wasm/shim

    This works because the container runtime is simply a Go binary, and Go binaries are completely self-contained.

containerd

Posts with mentions or reviews of containerd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.

What are some alternatives?

When comparing containerd-wasm-shims and containerd you can also consider the following projects:

krustlet - Kubernetes Rust Kubelet

podman - Podman: A tool for managing OCI containers and pods.

spin-plugin-k8s - A Kubernetes Plugin for Fermyon Spin

cri-o - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface

spin-fileserver - A static file server implemented as a Spin component

Moby - The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

runwasi - Implementation for runs wasm workloads in Wasmedge

podman-compose - a script to run docker-compose.yml using podman

preview2-prototyping - Polyfill adapter for preview1-using wasm modules to call preview2 functions.

colima - Container runtimes on macOS (and Linux) with minimal setup

Podman Desktop - Podman Desktop - A graphical tool for developing on containers and Kubernetes

sysbox - An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.