Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 910 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 910 Bytes

Krustlet WAGI Provider

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.

Documentation

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.

Running the Demo

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