Skip to content

Commit ab88afe

Browse files
authored
docs(k8s): guideflow creation and decision tree update (#5107)
1 parent 2d1cb36 commit ab88afe

File tree

5 files changed

+68
-43
lines changed

5 files changed

+68
-43
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,6 +1979,10 @@
19791979
"label": "Managed Kubernetes service definition",
19801980
"slug": "managed-kubernetes-service-definition"
19811981
},
1982+
{
1983+
"label": "Kubernetes decision tree",
1984+
"slug": "kubernetes-decision-tree"
1985+
},
19821986
{
19831987
"label": "Kubernetes version support policy",
19841988
"slug": "version-support-policy"

pages/kubernetes/quickstart.mdx

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -7,56 +7,17 @@ content:
77
paragraph: This page shows you how to get started with Scaleway Kubernetes Kapsule and Kosmos.
88
tags: kubernetes cluster multi-cloud pool
99
dates:
10-
validation: 2025-04-07
10+
validation: 2025-06-11
1111
posted: 2021-05-26
1212
categories:
1313
- kubernetes
1414
---
1515

1616
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/).
1717

18-
## Kubernetes decision tree
19-
20-
<Lightbox src="DecisionTreeKubernetes-DocumentationWebsite.webp" alt="" size="large" />
21-
22-
<font size="2">
23-
<table>
24-
<tr>
25-
<td>[<sup>1</sup> An Introduction To Kubernetes](/kubernetes/reference-content/introduction-to-kubernetes/)</td>
26-
<td>[<sup>8</sup> 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/)</td>
27-
</tr>
28-
<tr>
29-
<td>[<sup>2</sup> Basics hands-on](/kubernetes/quickstart/)</td>
30-
<td>[<sup>9</sup> How to deploy containerized applications with the Easy Deploy Feature](/kubernetes/how-to/enable-easy-deploy/)</td>
31-
</tr>
32-
<tr>
33-
<td>[<sup>3</sup> Concepts](/kubernetes/concepts/)</td>
34-
<td>[<sup>10</sup> Odoo on a Scaleway Kubernetes Kapsule using the Easy Deploy Feature](/tutorials/odoo-easy-deploy/)</td>
35-
</tr>
36-
<tr>
37-
<td>[<sup>4</sup> Introduction video to Kubernetes](/kubernetes/videos/#introduction-to-kubernetes)</td>
38-
<td>[<sup>11</sup> How does containerizing two simple applications with Docker sound](/kubernetes/videos/#part-1-containers-and-docker)</td>
39-
</tr>
40-
<tr>
41-
<td>[<sup>5</sup> Scaleway Instances](/instances/reference-content/choosing-instance-type/)</td>
42-
<td>[<sup>12</sup> Docker concepts](/container-registry/concepts/#docker)</td>
43-
</tr>
44-
<tr>
45-
<td>[<sup>6</sup> How to connect to a cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/)</td>
46-
<td>[<sup>13</sup> How to deploy a containerized application with Kubernetes Kapsule](/kubernetes/videos/#part-2-deploying-an-app-with-kapsule)</td>
47-
</tr>
48-
<tr>
49-
<td>[<sup>7</sup> kubectl definition](/kubernetes/concepts/#kubectl)</td>
50-
<td>[<sup>14</sup> How to add a load balancer service to your Scaleway Kubernetes Kapsule](/kubernetes/videos/#part-3-load-balancers)</td>
51-
</tr>
52-
</table>
53-
</font>
54-
55-
<Message type="tip">
56-
This content is also available as a printable PDF file. Click the link below to download:
57-
58-
- [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf)
59-
</Message>
18+
## Console overview
19+
Discover the Kubernetes interface on the Scaleway console.
20+
<GuideFlow src="https://app.guideflow.com/embed/vkmgzdma2k"/>
6021

6122
<Macro id="requirements" />
6223

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
meta:
3+
title: Kubernetes decision tree
4+
description: This page helps you evaluate your Kubernetes knowledge and presents valuable documentation to understand its functioning and possibilities.
5+
content:
6+
h1: Kubernetes decision tree
7+
paragraph: This page helps you evaluate your Kubernetes knowledge and presents valuable documentation to understand its functioning and possibilities.
8+
tags: kubernetes offers decision-tree
9+
dates:
10+
validation: 2025-06-11
11+
posted: 2025-06-11
12+
categories:
13+
- kubernetes
14+
---
15+
16+
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.
17+
18+
<Lightbox src="DecisionTreeKubernetes-DocumentationWebsite.webp" alt="" size="large" />
19+
20+
<Message type="tip">
21+
This content is also available as a printable PDF file. Click the link below to download it:
22+
- [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf)
23+
</Message>
24+
25+
## Referred content
26+
27+
Find below all the referred content from the decision tree:
28+
29+
<font size="2">
30+
<table>
31+
<tr>
32+
<td>[<sup>1</sup> An Introduction To Kubernetes](/kubernetes/reference-content/introduction-to-kubernetes/)</td>
33+
<td>[<sup>8</sup> 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/)</td>
34+
</tr>
35+
<tr>
36+
<td>[<sup>2</sup> Basics hands-on](/kubernetes/quickstart/)</td>
37+
<td>[<sup>9</sup> How to deploy containerized applications with the Easy Deploy Feature](/kubernetes/how-to/enable-easy-deploy/)</td>
38+
</tr>
39+
<tr>
40+
<td>[<sup>3</sup> Concepts](/kubernetes/concepts/)</td>
41+
<td>[<sup>10</sup> Odoo on a Scaleway Kubernetes Kapsule using the Easy Deploy Feature](/tutorials/odoo-easy-deploy/)</td>
42+
</tr>
43+
<tr>
44+
<td>[<sup>4</sup> Introduction video to Kubernetes](/kubernetes/videos/#introduction-to-kubernetes)</td>
45+
<td>[<sup>11</sup> How does containerizing two simple applications with Docker sound](/kubernetes/videos/#part-1-containers-and-docker)</td>
46+
</tr>
47+
<tr>
48+
<td>[<sup>5</sup> Scaleway Instances](/instances/reference-content/choosing-instance-type/)</td>
49+
<td>[<sup>12</sup> Docker concepts](/container-registry/concepts/#docker)</td>
50+
</tr>
51+
<tr>
52+
<td>[<sup>6</sup> How to connect to a cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/)</td>
53+
<td>[<sup>13</sup> How to deploy a containerized application with Kubernetes Kapsule](/kubernetes/videos/#part-2-deploying-an-app-with-kapsule)</td>
54+
</tr>
55+
<tr>
56+
<td>[<sup>7</sup> kubectl definition](/kubernetes/concepts/#kubectl)</td>
57+
<td>[<sup>14</sup> How to add a load balancer service to your Scaleway Kubernetes Kapsule](/kubernetes/videos/#part-3-load-balancers)</td>
58+
</tr>
59+
</table>
60+
</font>

0 commit comments

Comments
 (0)