deislabs / krustlet-wagi-provider

A Krustlet Provider for WAGI modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Krustlet Provider for WAGI modules.

License:Apache License 2.0


Languages

Language:Rust 87.0%Language:Shell 9.2%Language:PowerShell 3.8%