Skip to content

docs: add K3s integration guide for Kubernetes deployment#293

Merged
hydai merged 2 commits intoWasmEdge:mainfrom
nailo2c:doc-2132-add_k3s_doc
Apr 24, 2026
Merged

docs: add K3s integration guide for Kubernetes deployment#293
hydai merged 2 commits intoWasmEdge:mainfrom
nailo2c:doc-2132-add_k3s_doc

Conversation

@nailo2c
Copy link
Copy Markdown
Contributor

@nailo2c nailo2c commented Apr 24, 2026

Explanation

Add a new documentation page for deploying WasmEdge applications on K3s.

I've run the commands in this doc on GCP GCE Ubuntu 24.04 LTS x86_64, and they work well.

  • wasmedge/example-wasi
wasi-demo
  • http-server
http-server

Related issue

Closes WasmEdge/WasmEdge#2132

What type of PR is this

/kind documentation

Proposed Changes

  • Add docs/develop/deploy/kubernetes/k3s.md covering:
    • Installing WasmEdge and the containerd-shim-wasmedge (pre-built binary or build from source)
    • Installing K3s with automatic WasmEdge RuntimeClass detection
    • Running a simple WebAssembly app (wasi-demo)
    • Running a WebAssembly-based HTTP service using Deployment + NodePort Service
  • All steps have been verified on an x86_64 Ubuntu 24.04 GCE instance

Signed-off-by: nailo2c <nailo2c@gmail.com>
Signed-off-by: nailo2c <nailo2c@gmail.com>
@hydai hydai merged commit d842a6e into WasmEdge:main Apr 24, 2026
6 checks passed
@hydai
Copy link
Copy Markdown
Member

hydai commented Apr 24, 2026

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a document for the installation of the K3s integration

2 participants