Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 452 Bytes

File metadata and controls

24 lines (21 loc) · 452 Bytes
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