# Deployment Methods

Decube supports three deployment models: Multi-Tenant SaaS, Single-Tenant SaaS, and Bring Your Own Cloud (BYOC). Regardless of the deployment type, customer data security and metadata integrity are always core priorities.

## Deployment Models - High-Level Comparison

| Feature                       | Multi-Tenant SaaS                 | Single-Tenant SaaS               | Bring Your Own Cloud (BYOC)                                    |
| ----------------------------- | --------------------------------- | -------------------------------- | -------------------------------------------------------------- |
| **Control Plane**             | Shared (Decube-hosted)            | Shared (Decube-hosted)           | Shared (Decube-hosted)                                         |
| **Data Plane**                | Shared                            | Dedicated per customer           | Deployed in customer’s cloud                                   |
| **Data Residency**            | Decube Cloud (AWS)                | Decube Cloud (AWS)               | Customer’s Cloud                                               |
| **Isolation Level**           | Logical isolation                 | Logical + infra isolation        | Full physical and logical isolation                            |
| **Ideal For**                 | Startups, SMBs, general use cases | Enterprises needing more control | Highly regulated industries, on-premise or data-locality needs |
| **Setup Complexity**          | Minimal                           | Minimal                          | High (requires cloud deployment setup)                         |
| **Customer-Controlled Infra** | No                                | No                               | Yes (data plane fully controlled)                              |

To see the details for each deployment method, please go to the respective pages:

* [SaaS](/security-and-infrastructure/deployment-methods/saas-multi-tenant.md) (Multi-Tenant)
* [SaaS](/security-and-infrastructure/deployment-methods/saas-multi-tenant.md) (Single-Tenant)
* [Bring-Your-Own-Cloud (BYOC)](/security-and-infrastructure/deployment-methods/bring-your-own-cloud-byoc.md)


---

# Agent Instructions: 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.decube.io/security-and-infrastructure/deployment-methods.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.
