Skip to content

Commit

Permalink
Merge pull request #151 from peterj/patch-1
Browse files Browse the repository at this point in the history
docs: update _index.md
  • Loading branch information
tpmccallum authored May 24, 2024
2 parents 55aa8f7 + a6d61e9 commit b92b695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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:

- Artifacts are significantly smaller in size compared to container images.
- 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)

Expand Down

0 comments on commit b92b695

Please sign in to comment.