WARNING: This is experimental code. It is not considered production-grade by its developers, neither is it "supported" software.
This is a Krustlet Provider implementation for the WAGI runtime.
If you're new to Krustlet, get started with the introduction documentation. For more in-depth information about Krustlet, plunge right into the topic guides.
In a new terminal, start the WAGI provider:
$ just run
In another terminal:
$ kubectl apply -f demos/wagi/k8s.yaml
Once the pod is ready:
$ curl 127.0.0.1:3000/hello
hello world