> 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/module-8-developer-and-devops.md).

# Module 8: Developer & DevOps

- [Overview](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/08-developer-devops.md): Automate VergeOS infrastructure using the REST API and vrg CLI, pyvergeos, the PSVergeOS PowerShell module, the Terraform provider, Ansible, the Task Engine, and Kubernetes/Rancher.
- [REST API & CLI Tools](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/01-api-cli.md): Master the VergeOS REST API, yb-api helper script, and vrg CLI for programmatic infrastructure management and automation.
- [Lab: Infrastructure Automation](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/lab.md): Use the VergeOS REST API, Terraform provider, and scripting tools to automate VM and tenant provisioning end-to-end.
- [Python SDK (pyvergeos)](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/02-python-sdk.md): Automate VergeOS infrastructure with the pyvergeos Python SDK — VM lifecycle, networking, multi-tenancy, storage, and disaster recovery from Python scripts.
- [PowerShell Module (PSVergeOS)](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/03-powershell-module.md): Manage VergeOS infrastructure with the PSVergeOS PowerShell module — over 200 cmdlets for VM lifecycle, networking, storage, multi-tenancy, VPN, and disaster recovery automation.
- [Terraform & Packer](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/04-terraform-packer.md): Declarative infrastructure-as-code for VergeOS using the Terraform provider, OpenTofu, and the Packer plugin for automated golden image creation.
- [Ansible Collection](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/05-ansible.md): Automate VergeOS infrastructure with the vergeio.vergeos Ansible collection — modules for VM snapshots, tagging, and imports, plus a dynamic inventory plugin for multi-site environments.
- [Task Engine & Webhooks](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/06-task-engine.md): Automate VergeOS operations with the built-in Task Engine — event-driven triggers, scheduled tasks, webhooks to external systems, and modular automation workflows.
- [Kubernetes & Rancher Integration](https://docs.verge.io/learn-the-platform/module-8-developer-and-devops/07-kubernetes-rancher.md): Deploy and manage Kubernetes clusters on VergeOS with the Docker Machine Driver, Cloud Controller Manager, CSI Driver, Rancher UI Extension, and Helm Charts.


---

# 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/module-8-developer-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.
