> 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-2-dimensionierung-and-design/02-sizing-design.md).

# Überblick

## Lernziele

Am Ende dieses Moduls werden Sie in der Lage sein:

* **Kundenanforderungen bewerten** und eine geeignete VergeOS-Topologie empfehlen (HCI oder UCI -- einschließlich der hybriden Zwei-Cluster-UCI-Variante, HCI + Dedizierte Compute-Ressourcen)
* **Hardware dimensionieren** für HCI- und UCI-Bereitstellungen basierend auf Workload-Profilen
* **Referenzarchitekturen verwenden** als Ausgangspunkte für Kundendesigns
* **Eine Stückliste erstellen** für ein VergeOS-Bereitstellungsangebot

## Voraussetzungen

* Abschluss von [Modul 1: Architekturgrundlagen](/learn-the-platform/de/modul-1-architekturgrundlagen/01-architecture.md) -- Sie sollten die Kompromisse zwischen HCI und UCI, Knotentypen und Clusterkonzepte verstehen

## Geschätzte Zeit

**2 Stunden** (1 Stunde Lesen + 1 Stunde Labor)

## Themen

* [**Hardwareanforderungen**](/learn-the-platform/de/modul-2-dimensionierung-and-design/01-hardware-requirements.md) — Mindest- und empfohlene Spezifikationen für Controller-Knoten, Speicherknoten und reine Compute-Knoten. Überlegungen zu CPU, Arbeitsspeicher, Festplatte und NIC.
* [**Referenzarchitekturen**](/learn-the-platform/de/modul-2-dimensionierung-and-design/02-reference-architectures.md) — Drei Bereitstellungsmodelle -- HCI, HCI + Dedizierte Compute-Ressourcen (die hybride Zwei-Cluster-UCI-Variante) und UCI -- plus Hinweise für Edge- und CSP-Szenarien.
* [**Kunden-Scoping**](/learn-the-platform/de/modul-2-dimensionierung-and-design/03-customer-scoping.md) — Wie Anforderungen erfasst, Workload-Profile in Ressourcenschätzungen übersetzt und die richtige Topologie ausgewählt werden.
* [**Labor: Entwurfsübung**](/learn-the-platform/de/modul-2-dimensionierung-and-design/lab.md) — Basierend auf einem Kundenszenario eine Hardwareempfehlung und ein Topologiediagramm erstellen.


---

# 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-2-dimensionierung-and-design/02-sizing-design.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.
