---
title: Kubernetes decision tree
description: 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
---
import image from './assets/DecisionTreeKubernetes-DocumentationWebsite.webp'


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 image={image} 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](/pdf/decision-tree-kubernetes.pdf)
</Message>

## Referred content

Find below all the referred content from the decision tree:

<font size="2">
<table>
  <tbody>
    <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--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>
  </tbody>
</table>
</font>