How to Deploy a Gateway Cluster and Connect to a Broker Cluster

How to Deploy a Gateway Cluster and Connect to a Broker Cluster ?

Hello @bugbugmaker ,

it look like the source you are looking for is this:

TL;DR: In general, we recommend to use k8s for the deployment as Camunda 8 is a distributed system and therefore has some complexity in the deployment. We provide supported Helm charts for installation inside a k8s cluster: Camunda Helm charts | Camunda Platform 8 Docs

But it highly depends on your needs what you will actually deploy.

If you only want to play around and develop locally, kind might be your friend. For kind, there is a special values yaml file: Camunda Helm charts | Camunda Platform 8 Docs

If you have more specific questions, feel free to append to this thread.

Jonathan