> 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-6-virtuelle-maschinen/06-virtual-machines.md).

# Überblick

## Lernziele

Am Ende dieses Moduls werden Sie in der Lage sein:

* **VMs erstellen und verwalten** in VergeOS mithilfe der Benutzeroberfläche und API
* **VMs aus Rezepten und Vorlagen bereitstellen** um Bereitstellungs-Workflows zu standardisieren
* **GPU-Passthrough konfigurieren** für spezialisierte Workloads (VDI, KI/ML, Rendering)
* **VMs aus VMware und anderen Plattformen importieren** mithilfe integrierter Migrationstools

## 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 Netzwerkkonfiguration
* Abschluss von [Modul 5: Speicher](/learn-the-platform/de/modul-5-speicher/05-storage.md) -- Verständnis von vSAN-Tiers und der Speicherbereitstellung

## Geschätzte Zeit

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

## Themen

* [**VM-Erstellung & -Lebenszyklus**](/learn-the-platform/de/modul-6-virtuelle-maschinen/01-vm-creation-lifecycle.md) — Erstellen von VMs, Konfigurieren von CPU/Speicher/Festplatte, Verwalten des VM-Lebenszyklus (Start, Stopp, Snapshot, Klon), Live-Migration zwischen Knoten und HA-Failover.
* [**Rezepte & Marktplatz**](/learn-the-platform/de/modul-6-virtuelle-maschinen/02-recipes-marketplace.md) — Wiederverwendbare VM-Rezepte für standardisierte Bereitstellungen erstellen, Kataloge organisieren, Cloud-Init-Integration und den VergeOS-Marktplatz.
* [**GPU- & Geräte-Passthrough**](/learn-the-platform/de/modul-6-virtuelle-maschinen/03-gpu-passthrough.md) — PCI-, NVIDIA-vGPU-, SR-IOV-NIC- und USB-Geräte-Passthrough mithilfe von Ressourcengruppen und Ressourcenregeln konfigurieren.
* [**VM-Migration & -Import**](/learn-the-platform/de/modul-6-virtuelle-maschinen/04-vm-migration-import.md) — Workloads von VMware, Hyper-V, KVM und physischen Maschinen mithilfe des VMware Connectors, von Datei-Uploads, NAS-Volumes und dem Klon-Dienstprogramm migrieren.
* [**Labor: Virtuelle Maschinenoperationen**](/learn-the-platform/de/modul-6-virtuelle-maschinen/lab.md) — VMs erstellen, aus Rezepten bereitstellen, GPU-Passthrough konfigurieren und eine VM aus einem externen Format importieren.


---

# 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-6-virtuelle-maschinen/06-virtual-machines.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.
