# Schéma d'infrastructure

## Structure du projet

Ce schéma illustre la structure interne d'un déploiement Kubernetes. Le cluster est représenté comme l'enveloppe extérieure jaune qui contient plusieurs nœuds (orange), chacun comprenant des pods (violet) qui hébergent les applications conteneurisées (vert). Au centre de ce système se trouve le Master, responsable de la gestion du cluster, tandis que les services (points en gris) assurent la communication entre les composants.

<br>

<figure><img src="/files/zYYkFS7mS8Ec3x6e52Z8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alexiss-organization-12.gitbook.io/documentation-introduction-cloud/etapes/schema-dinfrastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
