> 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-8-entwicklung-and-devops.md).

# Modul 8: Entwicklung & DevOps

- [Überblick](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/08-developer-devops.md): Automatisieren Sie die VergeOS-Infrastruktur mit der REST-API und dem vrg-CLI, pyvergeos, dem PSVergeOS-PowerShell-Modul, dem Terraform-Provider, Ansible, der Task Engine und Kubernetes/Rancher.
- [REST-API & CLI-Tools](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/01-api-cli.md): Beherrschen Sie die VergeOS-REST-API, das Hilfsskript yb-api und das vrg-CLI für die programmatische Infrastrukturverwaltung und Automatisierung.
- [Labor: Infrastrukturautomatisierung](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/lab.md): Verwenden Sie die VergeOS-REST-API, den Terraform-Provider und Skript-Tools, um die Bereitstellung von VMs und Mandanten Ende-zu-Ende zu automatisieren.
- [Python-SDK (pyvergeos)](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/02-python-sdk.md): Automatisieren Sie die VergeOS-Infrastruktur mit dem pyvergeos-Python-SDK — VM-Lebenszyklus, Netzwerk, Multi-Tenancy, Speicher und Disaster Recovery aus Python-Skripten heraus.
- [PowerShell-Modul (PSVergeOS)](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/03-powershell-module.md): Verwalten Sie die VergeOS-Infrastruktur mit dem PSVergeOS-PowerShell-Modul — über 200 Cmdlets für VM-Lebenszyklus, Netzwerk, Speicher, Multi-Tenancy, VPN und Disaster-Recovery-Automatisierung.
- [Terraform & Packer](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/04-terraform-packer.md): Deklarative Infrastructure-as-Code für VergeOS mit dem Terraform-Provider, OpenTofu und dem Packer-Plugin für die automatisierte Erstellung von Golden Images.
- [Ansible-Sammlung](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/05-ansible.md): Automatisieren Sie die VergeOS-Infrastruktur mit der vergeio.vergeos-Ansible-Sammlung — Module für VM-Snapshots, Tagging und Importe sowie ein dynamisches Inventar-Plugin für Multi-Site-Umgebungen.
- [Task Engine & Webhooks](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/06-task-engine.md): Automatisieren Sie VergeOS-Operationen mit der integrierten Task Engine — ereignisgesteuerte Trigger, geplante Aufgaben, Webhooks zu externen Systemen und modulare Automatisierungsabläufe.
- [Kubernetes- & Rancher-Integration](https://docs.verge.io/learn-the-platform/de/modul-8-entwicklung-and-devops/07-kubernetes-rancher.md): Stellen Sie Kubernetes-Cluster auf VergeOS mit dem Docker Machine Driver, Cloud Controller Manager, CSI Driver, der Rancher-UI-Erweiterung und Helm-Charts bereit und verwalten Sie sie.


---

# 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-8-entwicklung-and-devops.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.
