|
|
|
|
|
by voigt
1504 days ago
|
|
Great work! Nice to see some progress in this direction. The WasmEdge team also tamed their crun OCI runtime to run containers as well as wasm modules. [1] So running wasm along with your pods is not exactly new. Though it yet needs to be proven what’s the better approach: a shim on CRI level or integration in OCI level… [1] https://wasmedge.org/book/en/kubernetes.html |
|
I did look at implementing this at the OCI layer (also really cool that crun does this!) but decided to go another way.