Changed
- Bump Spin dependencies to v3.1.2 (#263)
- Updated the minimum required Rust version to 1.81
Try it out with a k3d image
First, create a cluster and apply the runtime class and workloads:
k3d cluster create wasm-cluster \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.18.0 \
-p "8081:80@loadbalancer" \
--agents 2
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/releases/download/v0.18.0/runtime.yaml
kubectl apply -f https://github.com/spinkube/containerd-shim-spin/releases/download/v0.18.0/workload.yaml
Then, send a HTTP request to the cluster:
> kubectl port-forward svc/wasm-spin 8080:80
> curl localhost:8080/hello
Hello world from Spin!%
New Contributors
Full Changelog: v0.17.0...v0.18.0