@@ -8,12 +8,11 @@ tags: []
88
99# Project Overview
1010
11- [ SpinKube] ( https://github.com/spinframework ) is a new open source project that streamlines the experience
12- of developing, deploying, and operating Wasm workloads on Kubernetes, using
13- [ Spin ] ( https://github.com/fermyon /spin ) in tandem with the
11+ [ SpinKube] ( https://github.com/spinframework ) is an open source project that streamlines the
12+ experience of deploying and operating Wasm workloads on Kubernetes, using [ Spin
13+ Operator ] ( https://github.com/spinframework /spin-operator ) in tandem with
1414[ runwasi] ( https://github.com/containerd/runwasi ) and [ runtime class
15- manager] ( https://github.com/spinframework/runtime-class-manager ) (formerly [ KWasm] ( https://kwasm.sh/ ) )
16- open source projects.
15+ manager] ( https://github.com/spinframework/runtime-class-manager ) .
1716
1817With SpinKube, you can leverage the advantages of using WebAssembly (Wasm) for your workloads:
1918
@@ -23,13 +22,16 @@ With SpinKube, you can leverage the advantages of using WebAssembly (Wasm) for y
2322 workloads).
2423- Substantially fewer resources are required during idle times.
2524
26- Thanks to Spin Operator , we can do all of this while integrating with Kubernetes primitives (DNS,
27- probes, autoscaling, metrics, and many more cloud native and CNCF projects) .
25+ Thanks to SpinKube , we can do all of this while integrating with Kubernetes primitives including
26+ DNS, probes, autoscaling, metrics, and many more cloud native and CNCF projects.
2827
2928![ SpinKube Project Overview Diagram] ( ../spinkube-overview-diagram.png )
3029
31- Spin Operator watches [ Spin App Custom Resources] ({{< ref "glossary#spinapp-manifest" >}}) and
32- realizes the desired state in the Kubernetes cluster. The foundation of this project was built using
33- the kubebuilder framework and contains a Spin App Custom Resource Definition (CRD) and controller.
30+ SpinKube watches [ Spin App Custom Resources] ({{< ref "glossary#spinapp-manifest" >}}) and realizes
31+ the desired state in the Kubernetes cluster. The foundation of this project was built using the
32+ [ kubebuilder] ( https://github.com/kubernetes-sigs/kubebuilder ) framework and contains a Spin App
33+ Custom Resource Definition (CRD) and controller.
34+
35+ SpinKube is a [ Cloud Native Computing Foundation] ( https://www.cncf.io/ ) sandbox project.
3436
3537To get started, check out our [ Quickstart guide] ({{< ref "quickstart" >}}).
0 commit comments