> 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/mo-dun-6-may-ao/06-virtual-machines.md).

# Tổng quan

## Mục tiêu học tập

Kết thúc mô-đun này, bạn sẽ có thể:

* **Tạo và quản lý VM** trong VergeOS bằng giao diện người dùng và API
* **Triển khai VM từ các recipe và template** để chuẩn hóa quy trình cấp phát
* **Cấu hình passthrough GPU** cho các khối lượng công việc chuyên biệt (VDI, AI/ML, render)
* **Nhập VM từ VMware và các nền tảng khác** sử dụng các công cụ di chuyển tích hợp sẵn

## Yêu cầu tiên quyết

* Hoàn thành [Mô-đun 1: Kiến thức cơ bản về kiến trúc](/learn-the-platform/vi/mo-dun-1-kien-thuc-co-ban-ve-kien-truc/01-architecture.md) -- hiểu biết về kiến trúc nền tảng VergeOS
* Hoàn thành [Module 4: Networking](/learn-the-platform/vi/module-4-networking/04-networking.md) -- hiểu biết về mạng ảo và cấu hình mạng
* Hoàn thành [Mô-đun 5: Lưu trữ](/learn-the-platform/vi/mo-dun-5-luu-tru/05-storage.md) -- hiểu biết về các tầng vSAN và cấp phát lưu trữ

## Thời gian ước tính

**3 giờ** (1,5 giờ đọc + 1,5 giờ thực hành)

## Chủ đề

* [**Tạo VM & Vòng đời**](/learn-the-platform/vi/mo-dun-6-may-ao/01-vm-creation-lifecycle.md) — Tạo VM, cấu hình CPU/bộ nhớ/ổ đĩa, quản lý vòng đời VM (khởi động, dừng, snapshot, sao chép), di chuyển trực tiếp giữa các nút và chuyển đổi dự phòng HA.
* [**Recipe & Marketplace**](/learn-the-platform/vi/mo-dun-6-may-ao/02-recipes-marketplace.md) — Xây dựng các recipe VM có thể tái sử dụng cho các triển khai chuẩn hóa, tổ chức danh mục, tích hợp Cloud-Init và VergeOS Marketplace.
* [**Passthrough GPU & Thiết bị**](/learn-the-platform/vi/mo-dun-6-may-ao/03-gpu-passthrough.md) — Cấu hình passthrough PCI, NVIDIA vGPU, NIC SR-IOV và thiết bị USB bằng cách sử dụng nhóm tài nguyên và quy tắc tài nguyên.
* [**Di chuyển & Nhập VM**](/learn-the-platform/vi/mo-dun-6-may-ao/04-vm-migration-import.md) — Di chuyển khối lượng công việc từ VMware, Hyper-V, KVM và máy vật lý bằng VMware Connector, tải tệp lên, các volume NAS và Clone Utility.
* [**Thực hành: Vận hành máy ảo**](/learn-the-platform/vi/mo-dun-6-may-ao/lab.md) — Tạo VM, triển khai từ recipe, cấu hình passthrough GPU và nhập một VM từ định dạng bên ngoài.


---

# 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/mo-dun-6-may-ao/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.
