> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudthinker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment

> Deploy CloudThinker in self-hosted, dedicated, or air-gapped environments for regulated and data-residency-constrained use cases

<Note>
  **Preview** — Self-hosted CloudThinker is in early access for design partners. Supported topologies, system requirements, and upgrade paths may change before general availability. [Contact us](https://cloudthinker.io/contact) to discuss your environment.
</Note>

Most CloudThinker customers run on the multi-tenant SaaS at [app.cloudthinker.io](https://app.cloudthinker.io). For environments with strict data residency, compliance, or network-isolation requirements, CloudThinker also supports dedicated and self-hosted deployments.

***

## Deployment models

| Model               | Description                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------ |
| SaaS (Multi-Tenant) | Default — managed by CloudThinker. Fastest path to value, no operational burden.           |
| Dedicated Cloud     | Single-tenant instance hosted by CloudThinker in your preferred region and cloud           |
| Self-Hosted         | Run CloudThinker inside your own VPC on Kubernetes — your data never leaves your perimeter |
| Air-Gapped          | Fully offline install for classified or regulated environments                             |

***

## System requirements

| Resource           | Minimum (POC)      | Production          |
| ------------------ | ------------------ | ------------------- |
| **Kubernetes**     | 1.34+              | 1.34+               |
| **Nodes**          | 3 × 4 vCPU / 16 GB | 6+ × 8 vCPU / 32 GB |
| **PostgreSQL**     | 14+                | 15+ with HA         |
| **Object storage** | S3 or MinIO        | Same                |
| **LLM access**     | AWS Bedrock        | Same                |

***

## Upgrades

| Channel    | Cadence                                   |
| ---------- | ----------------------------------------- |
| **Stable** | Monthly                                   |
| **LTS**    | Quarterly with 12-month support           |
| **Patch**  | As needed for security and critical fixes |

Helm-based upgrades are performed in place with zero downtime for the API and agent runtime.

***

## Compliance

Self-hosted deployments inherit the security posture of your cluster — keep CloudThinker inside the same boundary as the workloads it operates on. Self-hosted installs do not need re-certification because your audit boundary already covers the cluster.

***

## Related

<CardGroup cols={2}>
  <Card title="Security Overview" icon="shield" href="/guide/security/overview">
    Authentication, RBAC, and security controls
  </Card>

  <Card title="SSO" icon="lock" href="/guide/security/sso">
    SAML and OIDC single sign-on
  </Card>

  <Card title="SCIM" icon="users" href="/guide/security/scim">
    Automated user provisioning
  </Card>
</CardGroup>
