You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/_index.md
+21-30Lines changed: 21 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ title: SpinKube
5
5
{{< blocks/cover title="Hyper-efficient serverless on Kubernetes, powered by WebAssembly."
6
6
image_anchor="top" height="full" >}} <aclass="btn btn-lg btn-primary me-3 mb-4"href="/docs"> Get
7
7
Started <iclass="fas fa-arrow-alt-circle-right ms-2"></i> </a>
8
-
<pclass="lead mt-5">SpinKube is an open source project that streamlines developing, deploying and operating WebAssembly workloads in Kubernetes - resulting in delivering smaller, more portable applications and incredible compute performance benefits.</p>
8
+
<pclass="lead mt-5">SpinKube is an open source, Kubernetes native project that streamlines developing,
9
+
deploying, and operating WebAssembly (Wasm) workloads in Kubernetes - resulting in delivering smaller, more portable applications with exciting compute performance benefits.</p>
9
10
{{< blocks/link-down color="info" >}}
10
11
{{< /blocks/cover >}}
11
12
@@ -28,36 +29,26 @@ Kubernetes.
28
29
29
30
### Overview
30
31
31
-
**Containerd Shim Spin** The [Containerd Shim Spin
32
-
repository](https://github.com/spinkube/containerd-shim-spin) provides shim implementations for
33
-
running WebAssembly ([Wasm](https://webassembly.org/)) / Wasm System Interface
34
-
([WASI](https://github.com/WebAssembly/WASI)) workloads using
35
-
[runwasi](https://github.com/deislabs/runwasi) as a library, whereby workloads built using the [Spin
36
-
framework](https://github.com/fermyon/spin) can function similarly to container workloads in a
37
-
Kubernetes environment.
38
-
39
-
**Runtime Class Manager** The [Runtime Class Manager, also known as the Containerd Shim Lifecycle
40
-
Operator](https://github.com/spinkube/runtime-class-manager), is designed to automate and manage the
41
-
lifecycle of containerd shims in a Kubernetes environment. This includes tasks like installation,
42
-
update, removal, and configuration of shims, reducing manual errors and improving reliability in
43
-
managing WebAssembly (Wasm) workloads and other containerd extensions.
44
-
45
-
**Spin Plugin for Kubernetes** The [Spin plugin for
46
-
Kubernetes](https://github.com/spinkube/spin-plugin-kube) is designed to enhance Kubernetes by
47
-
enabling the execution of Wasm modules directly within a Kubernetes cluster. This plugin works by
48
-
integrating with containerd shims, allowing Kubernetes to manage and run Wasm workloads in a way
49
-
similar to traditional container workloads.
50
-
51
-
**Spin Operator** The [Spin Operator](https://github.com/spinkube/spin-operator/) enables deploying
52
-
Spin applications to Kubernetes. The foundation of this project is built using the
0 commit comments