Skip to content

Commit b355891

Browse files
authored
Merge pull request #274 from Mossaka/add-community-call
README, content and _index: add community call details and some minor changes to the index page.
2 parents 550aad3 + 375e80c commit b355891

File tree

3 files changed

+33
-8
lines changed

3 files changed

+33
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project contains the source code for spinkube.dev.
66

77
## Running Locally
88

9-
Make sure you have [Node.js](http://nodejs.org/) and [Go](https://golang.org) installed.
9+
Make sure you have [Node.js](http://nodejs.org/) (v14 or later) and [Go](https://golang.org) installed.
1010

1111
Clone this repository and run the following commands:
1212

content/en/_index.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deploying, and operating WebAssembly (Wasm) workloads in Kubernetes - resulting
1414
{{% blocks/lead color="secondary" %}}
1515

1616
SpinKube combines the <a href="https://github.com/spinkube/spin-operator">Spin operator</a>, <a
17-
href="https://github.com/spinkube/containerd-shim-spin">containerd Spin shim</a>, and the <a
17+
href="https://github.com/spinkube/containerd-shim-spin">containerd shim Spin</a>, and the <a
1818
href="https://github.com/spinkube/runtime-class-manager">runtime class manager</a> (formerly <a
1919
href="https://kwasm.sh/">KWasm</a>) open source projects with contributions from Microsoft, SUSE,
2020
Liquid Reply, and Fermyon. By running applications at the Wasm abstraction layer, SpinKube gives
@@ -29,6 +29,12 @@ Kubernetes.
2929

3030
### Overview
3131

32+
[**Spin Operator**](https://github.com/spinkube/spin-operator/) is a Kubernetes operator that enables
33+
deploying and running Spin applications in Kubernetes. It houses the SpinApp and SpinAppExecutor CRDs
34+
which are used for configuring the individual workloads and workload execution configuration such as
35+
runtime class. Spin Operator introduces a host of functionality such as resource-based scaling,
36+
event-driven scaling and much more.
37+
3238
[**Containerd Shim Spin**](https://github.com/spinkube/containerd-shim-spin) provides a shim for running Spin
3339
workloads managed by containerd. The Spin workload uses this shim as a runtime class within Kubernetes enabling
3440
these workloads to function similarly to container workloads in Pods in Kubernetes.
@@ -38,17 +44,17 @@ automates and manages the lifecycle of containerd shims in a Kubernetes environm
3844
like installation, update, removal, and configuration of shims, reducing manual errors and improving
3945
reliability in managing WebAssembly (Wasm) workloads and other containerd extensions.
4046

41-
[**Spin Operator**](https://github.com/spinkube/spin-operator/) is a Kubernetes operator that enables
42-
deploying and running Spin applications in Kubernetes. It houses the SpinApp and SpinAppExecutor CRDs
43-
which are used for configuring the individual workloads and workload execution configuration such as
44-
runtime class. Spin Operator introduces a host of functionality such as resource-based scaling,
45-
event-driven scaling and much more.
46-
4747
[**Spin Kube Plugin**](https://github.com/spinkube/spin-plugin-kube) is a plugin for the [Spin](https://developer.fermyon.com/spin/v3/index) CLI
4848
thats aim to ease the experience for scaffolding, deploying and inspecting Spin workloads in Kubernetes.
4949

5050
[**Spin Trigger MQTT**](https://github.com/spinkube/spin-trigger-mqtt/) trigger enables seamless integration
5151
between Spin and MQTT-based systems, allowing you to automate workflows and trigger actions based on MQTT
5252
messages.
5353

54+
### Get Involved
55+
56+
We have bi-weekly [community calls](https://docs.google.com/document/d/10is2YoNC0NpXw4_5lSyTfpPph9_A9wBissKGrpFaIrI/edit?usp=sharing) and a [Slack channel](https://cloud-native.slack.com/archives/C06PC7JA1EE). We would love to have you join us! <br>
57+
58+
Check out the [contribution guidelines](/docs/contrib/) to learn how to get involved with the project.
59+
5460
{{% /blocks/lead %}}

content/en/docs/contrib/_index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,22 @@ aliases:
88

99
SpinKube is an open source community-driven project. You can contribute in many ways, either to the
1010
project or to the wider community.
11+
12+
## Community Calls
13+
14+
Join our bi-weekly community calls to connect with the team and other contributors. These calls are a great opportunity to listen in, ask questions, or share your ideas!
15+
16+
* When: Bi-weekly at 8:00 am PT / 11:00 am ET / 5:00 pm CET
17+
18+
* Meeting Document: [Community Call Notes](https://docs.google.com/document/d/10is2YoNC0NpXw4_5lSyTfpPph9_A9wBissKGrpFaIrI/edit?usp=sharing)
19+
20+
* Zoom Link: Join [the Zoom Meeting](https://us06web.zoom.us/j/83473056051?pwd=gDFNQCxUG1OMzdBqTNXIQamlvHjhFo.1)
21+
22+
## Slack
23+
24+
Connect with the community on Slack for real-time discussions and updates:
25+
26+
visit the `#spinkube` channel on the [CNCF
27+
Slack](https://cloud-native.slack.com/archives/C06PC7JA1EE).
28+
29+
We look forward to seeing you there!

0 commit comments

Comments
 (0)