> 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/vi/module-8-nha-phat-trien-and-devops.md).

# Module 8: Nhà phát triển & DevOps

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/08-developer-devops.md): Tự động hóa hạ tầng VergeOS bằng REST API và vrg CLI, pyvergeos, mô-đun PowerShell PSVergeOS, nhà cung cấp Terraform, Ansible, Task Engine và Kubernetes/Rancher.
- [REST API & công cụ CLI](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/01-api-cli.md): Làm chủ REST API của VergeOS, script trợ giúp yb-api và vrg CLI cho quản lý hạ tầng theo chương trình và tự động hóa.
- [Phòng lab: Tự động hóa hạ tầng](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/lab.md): Sử dụng REST API của VergeOS, nhà cung cấp Terraform và các công cụ script để tự động hóa toàn bộ việc cấp phát VM và tenant.
- [Python SDK (pyvergeos)](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/02-python-sdk.md): Tự động hóa hạ tầng VergeOS với Python SDK pyvergeos — vòng đời VM, mạng, đa tenant, lưu trữ và khôi phục sau thảm họa từ các script Python.
- [Mô-đun PowerShell (PSVergeOS)](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/03-powershell-module.md): Quản lý hạ tầng VergeOS bằng mô-đun PowerShell PSVergeOS — hơn 200 cmdlet cho vòng đời VM, mạng, lưu trữ, đa tenant, VPN và tự động hóa khôi phục sau thảm họa.
- [Terraform & Packer](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/04-terraform-packer.md): Hạ tầng dưới dạng mã mang tính khai báo cho VergeOS bằng nhà cung cấp Terraform, OpenTofu và plugin Packer để tự động tạo golden image.
- [Bộ sưu tập Ansible](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/05-ansible.md): Tự động hóa hạ tầng VergeOS bằng bộ sưu tập Ansible vergeio.vergeos — các mô-đun cho snapshot VM, gắn thẻ và nhập khẩu, cùng plugin inventory động cho môi trường nhiều site.
- [Task Engine & Webhook](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/06-task-engine.md): Tự động hóa các hoạt động VergeOS với Task Engine tích hợp sẵn — các kích hoạt theo sự kiện, tác vụ theo lịch, webhook tới hệ thống bên ngoài và các quy trình tự động hóa mô-đun.
- [Tích hợp Kubernetes & Rancher](https://docs.verge.io/learn-the-platform/vi/module-8-nha-phat-trien-and-devops/07-kubernetes-rancher.md): Triển khai và quản lý các cụm Kubernetes trên VergeOS với Docker Machine Driver, Cloud Controller Manager, CSI Driver, tiện ích mở rộng giao diện Rancher và 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/vi/module-8-nha-phat-trien-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.
