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
Once the `BUILDSTATE` becomes `Succeeded` and the `SERVINGSTATE` becomes `Running`, you can access this function through the address in the `ADDRESS` field:
54
-
You can observe the process of a function with the following command:
55
-
56
-
```shell
57
-
kubectl run curl --image=radial/busyboxplus:curl -i --tty
58
-
curl http://wasmedge-http-server.default.svc.cluster.local/echo -X POST -d "WasmEdge"
59
-
WasmEdge
60
-
```
34
+
You can refer [this](https://openfunction.dev/docs/concepts/wasmedge_integration/#build-and-run-wasm-functions) guide on how to deploy this wasm function into Kubernetes.
0 commit comments