Skip to main content
Version: 8.1

Clusters

A cluster is a provided group of nodes that run Camunda 8. By default, Camunda 8 clusters are production-ready.

Professional and Enterprise plan customers can create as many production or development clusters as they want.

Production clusters come in three sizes: small (S), medium (M), and large (L). To learn more about the size of cluster best suited for your use case, see our Best Practices for more information on sizing your runtime environment.

The following table shows each plan and available type or size of cluster:

DevelopmentProduction - SProduction - MProduction - L
Free Trial-X--
Free----
ProfessionalXX--
EnterpriseXXXX

When you deploy and execute your BPMN or DMN models on a production cluster, this might impact your monthly (Professional) or annual (Enterprise) total fee, meaning the more you execute your models, the higher your total fee may be.

Free Trial cluster

Free Trial clusters have the same functionality as a production cluster, but are size small and only available during your trial period. You cannot convert a Free Trial cluster to a different kind of cluster.

Once you sign up for a Free Trial, you are able to create one production cluster for the time of your trial.

When your Free Trial plan expires, you are automatically transferred to the Free Plan. This plan allows you to model BPMN and DMN collaboratively, but does not support execution of your models. Any cluster created during your free trial is deleted, and you cannot create new clusters.

Development clusters

Development clusters are recommended for development, testing, proof of concepts, and demos.

Professional Plan users have the option to create development clusters, offering free execution for development. Deployment and execution of models (process instances, decision instances, and task users) is provided at no cost.

Additionally, the following applies to development clusters:

  • Cluster is not high-available & less hardware: Reduced hardware resources and availability compared to production cluster (for example, one Zeebe node only).
  • Shorter history of processes and decisions: Data retention in Operate, Optimize, and Tasklist is reduced to one day. For example, pending or historical process instances are deleted after one day.
caution

Cluster auto-pause is not yet available. Development clusters will be paused if they go unused for two hours. When a cluster is paused, not all functionality will work, including BPMN timers and BPMN message catch events.