-
Based on the proposal by @devigned: https://hackmd.io/@devigned/SJJPWsAj2
Objective:
Test whether the [proposed CRD] (https://hackmd.io/@devigned/SJJPWsAj2#Shim-CRD) is appropriate for the planned…
-
### Application contact emails
michelle@fermyon.com, radu.matei@fermyon.com
### Project Summary
Spin is an open source framework for building and running fast, secure, and composable cloud mi…
-
In the quickstart guide, we use kubectl for most install steps and helm for one step. It'd be nice if there was a path for an all helm (or mostly helm) installation path and another one that just uses…
-
There should be a short video demonstration in the project README that explains
- how to install this plugin
- who this plugin is built for
- a short demonstration of the plugin's capabilities
-
This would allow the spin operator to handle the scaling of the underlying deployment and would obviate the need for `enableAutoscaling` field.
-
vdice updated
3 months ago
-
TCP tests were added to the conformance tests, which caught a gap in the shim: it cannot successfully run Spin apps that use TCP.
When running this [Spin app](https://github.com/kate-goldenring/co…
-
Right now, youki from runwasi will take mounts from the pod spec and map them into the "container" that wraps the spin/wasmtime runtime. There may be cases, like getting a credential from a mounted f…
-
Hello, I hope everything is going well :)
I've been using Kwasm as the medium of easy installation of wasm runtimes and it is such a nice tool. However, I've found that the installer installs all c…
-
There are currently three code paths when making an outbound http request when running a Spin app:
1. `outbound-http` crate (used by old spin sdk such as Golang)
2. `WasiOutboundHttpHandler in tri…