Skip to main content
Version: 8.10 (unreleased)

Multi-tenancy

info

Multi-tenancy is available in Camunda 8 Self-Managed only. This feature is not available in Camunda 8 SaaS.

Multi-tenancy enables you to isolate data, configurations, and operations for multiple teams, departments, or organizations within a single Camunda 8 installation. Camunda 8 supports three distinct multi-tenancy models, each with different isolation levels and operational characteristics.

Three models of multi-tenancy

Choose the model that best fits your isolation requirements and operational constraints:

AspectLogical TenantPhysical TenantMulti-Cluster
IsolationLogical onlyStrong physical data isolationFull physical isolation
Data sharingSingle shared databaseSeparate data per tenantSeparate per cluster
Backup/restoreCluster-level onlyIndependent per tenantIndependent per cluster
CostMost efficientBalancedMost expensive
Operational complexityLowMediumHigh
Use caseSmall teams, low-risk separationMultiple teams, strong isolation neededSeparate organizations, maximum isolation

Logical Tenants

Lightweight tenant-ID based multi-tenancy for cost-efficient subdivision within a single cluster. Logical Tenants share infrastructure but have logically isolated data, configurations, and access controls.

Best for: Departments or teams within the same organization with low-risk separation needs.

Physical Tenants

Strong physical data isolation within a single cluster with separate data storage and independent operations per tenant. Physical Tenants still share cluster compute resources such as CPU and memory, so runtime interference is reduced but not fully eliminated.

Best for: Multiple teams or organizations needing strong isolation without the cost and complexity of separate clusters.

Multi-Cluster

Full isolation through dedicated infrastructure with separate clusters per tenant. Maximum isolation and operational independence, but highest infrastructure cost and complexity.

Best for: Separate organizations with maximum isolation requirements or strict data residency needs.

Next steps