Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
47 changes: 4 additions & 43 deletions pages/kubernetes/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,56 +7,17 @@ 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
---

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

<Lightbox src="DecisionTreeKubernetes-DocumentationWebsite.webp" alt="" size="large" />

<font size="2">
<table>
<tr>
<td>[<sup>1</sup> An Introduction To Kubernetes](/kubernetes/reference-content/introduction-to-kubernetes/)</td>
<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>
</tr>
<tr>
<td>[<sup>2</sup> Basics hands-on](/kubernetes/quickstart/)</td>
<td>[<sup>9</sup> How to deploy containerized applications with the Easy Deploy Feature](/kubernetes/how-to/enable-easy-deploy/)</td>
</tr>
<tr>
<td>[<sup>3</sup> Concepts](/kubernetes/concepts/)</td>
<td>[<sup>10</sup> Odoo on a Scaleway Kubernetes Kapsule using the Easy Deploy Feature](/tutorials/odoo-easy-deploy/)</td>
</tr>
<tr>
<td>[<sup>4</sup> Introduction video to Kubernetes](/kubernetes/videos/#introduction-to-kubernetes)</td>
<td>[<sup>11</sup> How does containerizing two simple applications with Docker sound](/kubernetes/videos/#part-1-containers-and-docker)</td>
</tr>
<tr>
<td>[<sup>5</sup> Scaleway Instances](/instances/reference-content/choosing-instance-type/)</td>
<td>[<sup>12</sup> Docker concepts](/container-registry/concepts/#docker)</td>
</tr>
<tr>
<td>[<sup>6</sup> How to connect to a cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/)</td>
<td>[<sup>13</sup> How to deploy a containerized application with Kubernetes Kapsule](/kubernetes/videos/#part-2-deploying-an-app-with-kapsule)</td>
</tr>
<tr>
<td>[<sup>7</sup> kubectl definition](/kubernetes/concepts/#kubectl)</td>
<td>[<sup>14</sup> How to add a load balancer service to your Scaleway Kubernetes Kapsule](/kubernetes/videos/#part-3-load-balancers)</td>
</tr>
</table>
</font>

<Message type="tip">
This content is also available as a printable PDF file. Click the link below to download:

- [Kubernetes decision tree - Printable](decision-tree-kubernetes.pdf)
</Message>
## Console overview
Discover the Kubernetes interface on the Scaleway console.
<GuideFlow src="https://app.guideflow.com/embed/vkmgzdma2k"/>

<Macro id="requirements" />

Expand Down
60 changes: 60 additions & 0 deletions pages/kubernetes/reference-content/kubernetes-decision-tree.mdx
Original file line number Diff line number Diff line change
@@ -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.

<Lightbox src="DecisionTreeKubernetes-DocumentationWebsite.webp" alt="" size="large" />

<Message type="tip">
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)
</Message>

## Referred content

Find below all the referred content from the decision tree:

<font size="2">
<table>
<tr>
<td>[<sup>1</sup> An Introduction To Kubernetes](/kubernetes/reference-content/introduction-to-kubernetes/)</td>
<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>
</tr>
<tr>
<td>[<sup>2</sup> Basics hands-on](/kubernetes/quickstart/)</td>
<td>[<sup>9</sup> How to deploy containerized applications with the Easy Deploy Feature](/kubernetes/how-to/enable-easy-deploy/)</td>
</tr>
<tr>
<td>[<sup>3</sup> Concepts](/kubernetes/concepts/)</td>
<td>[<sup>10</sup> Odoo on a Scaleway Kubernetes Kapsule using the Easy Deploy Feature](/tutorials/odoo-easy-deploy/)</td>
</tr>
<tr>
<td>[<sup>4</sup> Introduction video to Kubernetes](/kubernetes/videos/#introduction-to-kubernetes)</td>
<td>[<sup>11</sup> How does containerizing two simple applications with Docker sound](/kubernetes/videos/#part-1-containers-and-docker)</td>
</tr>
<tr>
<td>[<sup>5</sup> Scaleway Instances](/instances/reference-content/choosing-instance-type/)</td>
<td>[<sup>12</sup> Docker concepts](/container-registry/concepts/#docker)</td>
</tr>
<tr>
<td>[<sup>6</sup> How to connect to a cluster with kubectl](/kubernetes/how-to/connect-cluster-kubectl/)</td>
<td>[<sup>13</sup> How to deploy a containerized application with Kubernetes Kapsule](/kubernetes/videos/#part-2-deploying-an-app-with-kapsule)</td>
</tr>
<tr>
<td>[<sup>7</sup> kubectl definition](/kubernetes/concepts/#kubectl)</td>
<td>[<sup>14</sup> How to add a load balancer service to your Scaleway Kubernetes Kapsule](/kubernetes/videos/#part-3-load-balancers)</td>
</tr>
</table>
</font>