You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+141-4Lines changed: 141 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,10 +129,6 @@ And make sure the shim binary must be in $PATH (that is the $PATH that container
129
129
130
130
This shim runs one per pod.
131
131
132
-
## Contributing
133
-
134
-
To begin contributing, learn to build and test the project or to add a new shim please read our [CONTRIBUTING.md](./CONTRIBUTING.md)
135
-
136
132
## Demo
137
133
138
134
### Installing the shims for use with Containerd
@@ -208,5 +204,146 @@ make test/k8s-oci-wasmtime
208
204
209
205
> note: We are using a kubernetes cluster to run here since containerd's ctr has a bug that results in ctr: `unknown image config media type application/vnd.wasm.config.v0+json`
210
206
207
+
### Demo 4: Running on Kubernetes
208
+
209
+
You can run WebAssembly workloads on Kubernetes using either Kind or k3s.
To see demos for other runtimes, replace `wasmtime` with `wasmedge`, `wasmer`, or `wamr` in the above commands.
339
+
340
+
In addition, check out the [Kubernetes + Containerd + Runwasi](https://wasmedge.org/docs/develop/deploy/kubernetes/kubernetes-containerd-runwasi) for more on how to run WasmEdge on Kubernetes.
341
+
342
+
211
343
### WASI/HTTP Demo for `wasmtime-shim`
212
344
See [wasmtime-shim documentation](./crates/containerd-shim-wasmtime/README.md#WASI/HTTP).
345
+
346
+
347
+
## Contributing
348
+
349
+
To begin contributing, learn to build and test the project or to add a new shim please read our [CONTRIBUTING.md](./CONTRIBUTING.md)
0 commit comments