From 3cd1dad9e7bbdec475c0c2b33ab6aa48436f6a18 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Mon, 11 Mar 2024 21:18:39 +1000 Subject: [PATCH] Update kubernetes.md Signed-off-by: tpmccallum tim.mccallum@fermyon.com Signed-off-by: Timothy McCallum --- content/spin/v2/kubernetes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/spin/v2/kubernetes.md b/content/spin/v2/kubernetes.md index da291e0bd..2f512c257 100644 --- a/content/spin/v2/kubernetes.md +++ b/content/spin/v2/kubernetes.md @@ -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" --- @@ -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). \ No newline at end of file +* **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).