Skip to content

Commit

Permalink
Merge pull request #1221 from fermyon/tpmccallum-patch-38
Browse files Browse the repository at this point in the history
Update kubernetes.md
  • Loading branch information
itowlson committed Mar 11, 2024
2 parents 6d1a875 + 3cd1dad commit 4fefab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/spin/v2/kubernetes.md
Expand Up @@ -3,7 +3,7 @@ template = "spin_main"
date = "2024-03-07T00:00:01Z"
enable_shortcodes = true
[extra]
url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/spinkube.md"
url = "https://github.com/fermyon/developer/blob/main/content/spin/v2/kubernetes.md"

---

Expand All @@ -13,8 +13,8 @@ In addition to `spin up` Fermyon also offers Fermyon Cloud to deploy spin apps i

There are a few options for running Spin on Kubernetes:

* **SpinKube** is an open source project that provides the best Kubernetes-native experience for running Spin applications on Kubernetes. From runtime installation via `runtime-class-manager` to resource management via Spin Operator, SpinKube provides you with a complete toolkit for running spin applications on Kubernetes as a custom resource (known as SpinApps). For guidance on how to get started with SpinKube, please visit the [SpinKube documentation](https://spinkube.dev).
* **[SpinKube](https://spinkube.dev)** is an open source project that provides the best Kubernetes-native experience for running Spin applications on Kubernetes. From runtime installation via `runtime-class-manager` to resource management via Spin Operator, SpinKube provides you with a complete toolkit for running spin applications on Kubernetes as a custom resource (known as SpinApps). For guidance on how to get started with SpinKube, please visit the [SpinKube documentation](https://spinkube.dev).

>> If you've been following Fermyon for a while, you may have tried our [legacy Spin integration with Kubernetes], where you bundled Spin applications as OCI containers and ran them in a pod. While a convenient set up for testing, this format introduces limitations such as the need to keep a long running container. For the best experience, we recommend you migrate to [SpinKube](https://spinkube.dev)
>> If you've been following Fermyon for a while, you may have tried our [legacy Spin integration with Kubernetes](https://developer.fermyon.com/spin/v2/spin-in-pods-legacy), where you bundled Spin applications as OCI containers and ran them in a pod. While a convenient set up for testing, this format introduces limitations such as the need to keep a long running container. For the best experience, we recommend you migrate to [SpinKube](https://spinkube.dev)
* **Fermyon Platform for Kubernetes** is a managed distribution of SpinKube, currently in private beta, that can be run on your existing Kubernetes infrastructure for enhanced performance and density for your SpinApps. If this is of interest to your team, please [schedule a demo](https://www.fermyon.com/demo).
* **Fermyon Platform for Kubernetes** is a managed distribution of SpinKube, currently in private beta, that can be run on your existing Kubernetes infrastructure for enhanced performance and density for your SpinApps. If this is of interest to your team, please [schedule a demo](https://www.fermyon.com/demo).

0 comments on commit 4fefab6

Please sign in to comment.