camunda / camunda

Process Orchestration Framework
https://camunda.com/platform/
3.34k stars 610 forks source link

Document how to create and configure a standalone gateway #2002

Closed wints closed 3 years ago

wints commented 5 years ago

We don't currently have docs on how to create and configure the standalone gateway.

jwulf commented 5 years ago

Created a docker-compose configuration for this: https://github.com/zeebe-io/zeebe-docker-compose/blob/0.18/standalone-gateway/docker-compose.yml

gateway.cfg.toml: https://github.com/zeebe-io/zeebe/blob/204973a24db1425a169692e72bfdaed0c3081973/dist/src/main/config/gateway.cfg.toml

Related issues: https://github.com/zeebe-io/zeebe/issues/2017 "Separate embedded from standalone gateway configuration" https://github.com/zeebe-io/zeebe/issues/2501 "Chaos: Standalone gateway loses broker" https://github.com/zeebe-io/zeebe/issues/2526 "Standalone gateway does not report complete broker topology "

strawhat5 commented 4 years ago

Hi @menski @jwulf , the docker-compose file does give an idea on how to deploy standalone gateway. But, it would be great if we can have an equivalent helm chart for this. That would help us in readily deploying it to Kubernetes cluster. Is there any such document available?

jwulf commented 4 years ago

@salaboy is the one for the helm charts.

npepinpe commented 3 years ago

Closing and recreating in the new documentation project.