> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/learn-the-platform/module-7-multi-tenancy/07-multi-tenancy.md).

# Overview

## Learning Objectives

By the end of this module, you will be able to:

* **Design a multi-tenant environment** with proper isolation and resource boundaries
* **Create tenants and allocate resources** using the VergeOS tenant management system
* **Configure tenant recipes** for standardized, repeatable tenant provisioning

## Prerequisites

* Completion of [Module 1: Architecture Fundamentals](/learn-the-platform/module-1-architecture-fundamentals/01-architecture.md) -- understanding of VergeOS platform architecture
* Completion of [Module 4: Networking](/learn-the-platform/module-4-networking/04-networking.md) -- understanding of virtual networks and tenant network isolation
* Completion of [Module 5: Storage](/learn-the-platform/module-5-storage/05-storage.md) -- understanding of vSAN tiers and storage allocation
* Completion of [Module 6: Virtual Machines](/learn-the-platform/module-6-virtual-machines/06-virtual-machines.md) -- understanding of VM provisioning and recipes

## Estimated Time

**3 hours** (1.5 hours reading + 1.5 hours lab)

## Topics

* [**Virtual Data Center Concepts**](/learn-the-platform/module-7-multi-tenancy/01-vdc-concepts.md) — Understanding VergeOS tenants as isolated virtual data centers, resource allocation models, and tenant hierarchy.
* [**Creating & Configuring Tenants**](/learn-the-platform/module-7-multi-tenancy/02-creating-tenants.md) — Creating tenants, assigning compute, memory, and storage quotas, and configuring tenant-level networking.
* [**Tenant Recipes**](/learn-the-platform/module-7-multi-tenancy/03-tenant-recipes.md) — Building reusable tenant recipes for standardized provisioning, including pre-configured networks, VMs, and settings.
* [**Resource Allocation & Scaling**](/learn-the-platform/module-7-multi-tenancy/04-resource-allocation.md) — Tenant node planning, right-sizing strategies, and scaling paths for single-node and multi-node tenant deployments.
* [**Tenant Isolation & Security**](/learn-the-platform/module-7-multi-tenancy/05-isolation-security.md) — Network isolation between tenants, resource guarantees, and security boundaries in a multi-tenant deployment.
* [**Lab: Multi-Tenant Environment**](/learn-the-platform/module-7-multi-tenancy/lab.md) — Create tenants, allocate resources, deploy from a tenant recipe, and verify tenant isolation.


---

# 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:

```
GET https://docs.vergeos-demo.com/learn-the-platform/module-7-multi-tenancy/07-multi-tenancy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
