From 4b33219bc896bd0b47d4ce6561367ec47d2c2a07 Mon Sep 17 00:00:00 2001 From: Peter Jausovec Date: Fri, 19 Apr 2024 10:22:13 -0700 Subject: [PATCH 1/2] Update _index.md Reference the runtime class manager, instead of KWasm. Signed-off-by: Peter Jausovec --- content/en/docs/overview/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/overview/_index.md b/content/en/docs/overview/_index.md index 966cf115..f5c17762 100644 --- a/content/en/docs/overview/_index.md +++ b/content/en/docs/overview/_index.md @@ -8,7 +8,7 @@ tags: [Overview] # Project Overview -[SpinKube](https://github.com/spinkube) is a new open source project that streamlines the experience of developing, deploying, and operating Wasm workloads on Kubernetes, using [Spin](https://github.com/fermyon/spin) in tandem with the [runwasi](https://github.com/containerd/runwasi) and [KWasm](https://kwasm.sh/) open source projects. +[SpinKube](https://github.com/spinkube) is a new open source project that streamlines the experience of developing, deploying, and operating Wasm workloads on Kubernetes, using [Spin](https://github.com/fermyon/spin) in tandem with the [runwasi](https://github.com/containerd/runwasi) and [runtime class manager](https://github.com/spinkube/runtime-class-manager) (formerly [KWasm](https://kwasm.sh/)) open source projects. With SpinKube, you can leverage the advantages of using WebAssembly (Wasm) for your workloads: From a6d61e9aeac36d7243947869f41e5ed0508bcac7 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Fri, 24 May 2024 11:06:28 +1000 Subject: [PATCH 2/2] Create relatively arbitrary change to ensure/test the build is working. This PR seems to have stalled. Signed-off-by: tpmccallum tim.mccallum@fermyon.com Signed-off-by: Timothy McCallum --- content/en/docs/overview/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/overview/_index.md b/content/en/docs/overview/_index.md index f5c17762..7031b647 100644 --- a/content/en/docs/overview/_index.md +++ b/content/en/docs/overview/_index.md @@ -16,7 +16,7 @@ With SpinKube, you can leverage the advantages of using WebAssembly (Wasm) for y - Artifacts can be quickly fetched over the network and started much faster (\*Note: We are aware of several optimizations that still need to be implemented to enhance the startup time for workloads). - Substantially fewer resources are required during idle times. -All of this while being able to integrate with Kubernetes primitives (DNS, probes, autoscaling, metrics, and a lot more cloud native and CNCF projects) thanks to Spin Operator. +Thanks to Spin Operator, we can do all of this while integrating with Kubernetes primitives (DNS, probes, autoscaling, metrics, and many more cloud native and CNCF projects). ![SpinKube Project Overview Diagram](/spinkube-overview-diagram.png)