Skip to content

ajavageek/wasm-kubernetes

Repository files navigation

minikube start -p wasm --driver=docker --container-runtime=containerd --ports=80:80
minikube addons enable ingress -p wasm
kubectl apply -f embed.yaml
kubectl apply -f native.yaml
kubectl apply -f runtime.yaml
minikube tunnel -p wasm
curl localhost/native/get\?foo=bar | jq
curl localhost/embed/get\?foo=bar | jq
curl localhost/runtime/get\?foo=bar | jq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages