Suggestion to install Camunda on two different system and communicate each-other

We are trying to set up self-manage Camunda. As there is memory issue on setting up entire Camunda in one system, we have a plan set up orchestration cluster in one system and web-console cluster in another system.
how can we use these two systems communicate / DB sharing and necessary config changes.

response is highly appreciated.

Thanks,
Shamanth

@Shamanth I think what you are referring to is a multi-namespace approach. We have a guide for it: Multi-namespace deployment | Camunda 8 Docs

we are setting up in two personal systems where one system is having orchestration cluster and other system have web-console cluster (which is not connected same network). In this scenario how can we communicate.

Note: For setting up entire Camunda modules in one system we faced memory related issues.

You can setup as per your requirement, but requires more configuration.

  1. You can install KeyCloak,Postgres,ElastiSearch on one system, enable ingress to access it from your network.
  2. Install Zeebe,Gateway,Console, Operate,Tasklist on one system.

You can play around the helm chart file for installing each component.

Again this is possible, not advised to consider as the final system design.