From 0f413b29d8034b8f4743ae36867efab1d97d34cf Mon Sep 17 00:00:00 2001 From: jcirino Date: Wed, 11 Jun 2025 17:38:17 +0200 Subject: [PATCH] docs(k8s): guideflow creation and decision tree update --- menu/navigation.json | 4 ++ pages/kubernetes/quickstart.mdx | 47 ++------------ ...onTreeKubernetes-DocumentationWebsite.webp | Bin .../assets/decision-tree-kubernetes.pdf | Bin .../kubernetes-decision-tree.mdx | 60 ++++++++++++++++++ 5 files changed, 68 insertions(+), 43 deletions(-) rename pages/kubernetes/{ => reference-content}/assets/DecisionTreeKubernetes-DocumentationWebsite.webp (100%) rename pages/kubernetes/{ => reference-content}/assets/decision-tree-kubernetes.pdf (100%) create mode 100644 pages/kubernetes/reference-content/kubernetes-decision-tree.mdx diff --git a/menu/navigation.json b/menu/navigation.json index d6c6a50961..d168567f72 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -1979,6 +1979,10 @@ "label": "Managed Kubernetes service definition", "slug": "managed-kubernetes-service-definition" }, + { + "label": "Kubernetes decision tree", + "slug": "kubernetes-decision-tree" + }, { "label": "Kubernetes version support policy", "slug": "version-support-policy" diff --git a/pages/kubernetes/quickstart.mdx b/pages/kubernetes/quickstart.mdx index 34256482ee..97eb9d4fad 100644 --- a/pages/kubernetes/quickstart.mdx +++ b/pages/kubernetes/quickstart.mdx @@ -7,7 +7,7 @@ content: paragraph: This page shows you how to get started with Scaleway Kubernetes Kapsule and Kosmos. tags: kubernetes cluster multi-cloud pool dates: - validation: 2025-04-07 + validation: 2025-06-11 posted: 2021-05-26 categories: - kubernetes @@ -15,48 +15,9 @@ categories: Scaleway Kubernetes [Kapsule](/kubernetes/concepts/#kubernetes-kapsule) and [Kosmos](/kubernetes/concepts/#kubernetes-kosmos) provide a managed environment to create, configure, and run a cluster of preconfigured machines for containerized applications. This allows you to create Kubernetes clusters without the complexity of managing the infrastructure. You can create a Kapsule cluster to your required specifications, edit it after creation, and delete it all when you no longer need it. You might also want to check out our how-to on [deploying an image on your cluster](/kubernetes/how-to/deploy-image-from-container-registry/). -## Kubernetes decision tree - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[1 An Introduction To Kubernetes](/kubernetes/reference-content/introduction-to-kubernetes/)[8 Let's learn how to create and push a container image to the Scaleway Container Registry and how to use it on Kubernetes Kapsule](/kubernetes/how-to/deploy-image-from-container-registry/)
[2 Basics hands-on](/kubernetes/quickstart/)[9 How to deploy containerized applications with the Easy Deploy Feature](/kubernetes/how-to/enable-easy-deploy/)
[3 Concepts](/kubernetes/concepts/)[10 Odoo on a Scaleway Kubernetes Kapsule using the Easy Deploy Feature](/tutorials/odoo-easy-deploy/)
[4 Introduction video to Kubernetes](/kubernetes/videos/#introduction-to-kubernetes)[11 How does containerizing two simple applications with Docker sound](/kubernetes/videos/#part-1-containers-and-docker)
[5 Scaleway Instances](/instances/reference-content/choosing-instance-type/)[12 Docker concepts](/container-registry/concepts/#docker)
[6 How to connect to a cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/)[13 How to deploy a containerized application with Kubernetes Kapsule](/kubernetes/videos/#part-2-deploying-an-app-with-kapsule)
[7 kubectl definition](/kubernetes/concepts/#kubectl)[14 How to add a load balancer service to your Scaleway Kubernetes Kapsule](/kubernetes/videos/#part-3-load-balancers)
-
- - - This content is also available as a printable PDF file. Click the link below to download: - - - [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf) - +## Console overview +Discover the Kubernetes interface on the Scaleway console. + diff --git a/pages/kubernetes/assets/DecisionTreeKubernetes-DocumentationWebsite.webp b/pages/kubernetes/reference-content/assets/DecisionTreeKubernetes-DocumentationWebsite.webp similarity index 100% rename from pages/kubernetes/assets/DecisionTreeKubernetes-DocumentationWebsite.webp rename to pages/kubernetes/reference-content/assets/DecisionTreeKubernetes-DocumentationWebsite.webp diff --git a/pages/kubernetes/assets/decision-tree-kubernetes.pdf b/pages/kubernetes/reference-content/assets/decision-tree-kubernetes.pdf similarity index 100% rename from pages/kubernetes/assets/decision-tree-kubernetes.pdf rename to pages/kubernetes/reference-content/assets/decision-tree-kubernetes.pdf diff --git a/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx b/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx new file mode 100644 index 0000000000..b9ea96aa83 --- /dev/null +++ b/pages/kubernetes/reference-content/kubernetes-decision-tree.mdx @@ -0,0 +1,60 @@ +--- +meta: + title: Kubernetes decision tree + description: This page helps you evaluate your Kubernetes knowledge and presents valuable documentation to understand its functioning and possibilities. +content: + h1: Kubernetes decision tree + paragraph: This page helps you evaluate your Kubernetes knowledge and presents valuable documentation to understand its functioning and possibilities. +tags: kubernetes offers decision-tree +dates: + validation: 2025-06-11 + posted: 2025-06-11 +categories: + - kubernetes +--- + +This page helps you evaluate your level of knowledge about Kubernetes and provides comprehensive documentation to help you understand the various offerings, integrations, tools, and usage. + + + + + This content is also available as a printable PDF file. Click the link below to download it: + - [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf) + + +## Referred content + +Find below all the referred content from the decision tree: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[1 An Introduction To Kubernetes](/kubernetes/reference-content/introduction-to-kubernetes/)[8 Let's learn how to create and push a container image to the Scaleway Container Registry and how to use it on Kubernetes Kapsule](/kubernetes/how-to/deploy-image-from-container-registry/)
[2 Basics hands-on](/kubernetes/quickstart/)[9 How to deploy containerized applications with the Easy Deploy Feature](/kubernetes/how-to/enable-easy-deploy/)
[3 Concepts](/kubernetes/concepts/)[10 Odoo on a Scaleway Kubernetes Kapsule using the Easy Deploy Feature](/tutorials/odoo-easy-deploy/)
[4 Introduction video to Kubernetes](/kubernetes/videos/#introduction-to-kubernetes)[11 How does containerizing two simple applications with Docker sound](/kubernetes/videos/#part-1-containers-and-docker)
[5 Scaleway Instances](/instances/reference-content/choosing-instance-type/)[12 Docker concepts](/container-registry/concepts/#docker)
[6 How to connect to a cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/)[13 How to deploy a containerized application with Kubernetes Kapsule](/kubernetes/videos/#part-2-deploying-an-app-with-kapsule)
[7 kubectl definition](/kubernetes/concepts/#kubectl)[14 How to add a load balancer service to your Scaleway Kubernetes Kapsule](/kubernetes/videos/#part-3-load-balancers)
+
\ No newline at end of file