From b8c86f17688ba6a451e3e4b1a2127b558dcfc209 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Fri, 28 Jun 2024 17:12:23 +0800 Subject: [PATCH] add kurator playgroud link in docs Signed-off-by: LiZhenCheng9527 --- docs/content/en/docs/fleet-manager/application.md | 4 ++++ docs/content/en/docs/setup/insatll-kurator.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/content/en/docs/fleet-manager/application.md b/docs/content/en/docs/fleet-manager/application.md index fc42e5222..f248f61b0 100644 --- a/docs/content/en/docs/fleet-manager/application.md +++ b/docs/content/en/docs/fleet-manager/application.md @@ -247,6 +247,10 @@ kubectl get po -A --kubeconfig=/root/.kube/kurator-member2.config Upon examining the respective clusters, you'll find that applications originating from the same source configuration have been distributed to different clusters based on their respective policy selector labels. +## Playgroud + +Kurator uses killercoda to provide [applications demo](https://killercoda.com/965010e0-4f60-4a28-bf27-597d3kurator/scenario/application-example), allowing users to experience hands-on operations. + ## CleanUp Use the following command to clean up the `gitrepo-kustomization-demo` application and related resources, like `gitRepository`, `kustomization`, `helmRelease`, etc. diff --git a/docs/content/en/docs/setup/insatll-kurator.md b/docs/content/en/docs/setup/insatll-kurator.md index 661d8e446..8d53c44d0 100644 --- a/docs/content/en/docs/setup/insatll-kurator.md +++ b/docs/content/en/docs/setup/insatll-kurator.md @@ -55,3 +55,7 @@ You should see output resembling: "platform": "linux/amd64" } ``` + +## Playground + +Kurator uses killercoda to provide [Kurator install demo](https://killercoda.com/965010e0-4f60-4a28-bf27-597d3kurator/scenario/install-kurator), allowing users to experience hands-on operations.