> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/07-multi-tenancy.md).

# Überblick

## Lernziele

Am Ende dieses Moduls werden Sie in der Lage sein:

* **Eine Multi-Tenant-Umgebung entwerfen** mit angemessener Isolation und klaren Ressourcengrenzen
* **Mandanten erstellen und Ressourcen zuweisen** unter Verwendung des VergeOS-Mandantenverwaltungssystems
* **Mandanten-Rezepte konfigurieren** für standardisierte, wiederholbare Mandantenbereitstellung

## Voraussetzungen

* Abschluss von [Modul 1: Architekturgrundlagen](/learn-the-platform/de/modul-1-architekturgrundlagen/01-architecture.md) -- Verständnis der VergeOS-Plattformarchitektur
* Abschluss von [Modul 4: Netzwerke](/learn-the-platform/de/modul-4-netzwerke/04-networking.md) -- Verständnis virtueller Netzwerke und der Netzwerktrennung zwischen Mandanten
* Abschluss von [Modul 5: Speicher](/learn-the-platform/de/modul-5-speicher/05-storage.md) -- Verständnis der vSAN-Ebenen und Speicherzuweisung
* Abschluss von [Modul 6: Virtuelle Maschinen](/learn-the-platform/de/modul-6-virtuelle-maschinen/06-virtual-machines.md) -- Verständnis der VM-Bereitstellung und Rezepte

## Geschätzte Zeit

**3 Stunden** (1,5 Stunden Lesen + 1,5 Stunden Labor)

## Themen

* [**Konzepte virtueller Rechenzentren**](/learn-the-platform/de/modul-7-multi-tenancy/01-vdc-concepts.md) — Verständnis von VergeOS-Mandanten als isolierte virtuelle Rechenzentren, von Ressourcenallokationsmodellen und der Mandantenhierarchie.
* [**Mandanten erstellen und konfigurieren**](/learn-the-platform/de/modul-7-multi-tenancy/02-creating-tenants.md) — Mandanten erstellen, Rechen-, Arbeitsspeicher- und Speicherkontingente zuweisen und die Netzwerkkonfiguration auf Mandantenebene vornehmen.
* [**Tenant-Rezepte**](/learn-the-platform/de/modul-7-multi-tenancy/03-tenant-recipes.md) — Wiederverwendbare Mandanten-Rezepte für eine standardisierte Bereitstellung erstellen, einschließlich vorkonfigurierter Netzwerke, VMs und Einstellungen.
* [**Ressourcenzuweisung & Skalierung**](/learn-the-platform/de/modul-7-multi-tenancy/04-resource-allocation.md) — Planung von Mandantenknoten, Strategien zur bedarfsgerechten Dimensionierung und Skalierungspfade für Ein-Knoten- und Mehr-Knoten-Mandantenbereitstellungen.
* [**Mandantenisolation & Sicherheit**](/learn-the-platform/de/modul-7-multi-tenancy/05-isolation-security.md) — Netzwerktrennung zwischen Mandanten, Ressourcengarantien und Sicherheitsgrenzen in einer Multi-Tenant-Bereitstellung.
* [**Labor: Multi-Tenant-Umgebung**](/learn-the-platform/de/modul-7-multi-tenancy/lab.md) — Mandanten erstellen, Ressourcen zuweisen, aus einem Mandanten-Rezept bereitstellen und die Mandantenisolation überprüfen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/learn-the-platform/de/modul-7-multi-tenancy/07-multi-tenancy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
