diff --git a/content/en/docs/overview/_index.md b/content/en/docs/overview/_index.md index 966cf115..7031b647 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: @@ -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)