-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23f5dc8
commit aad795a
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
id: production-guide | ||
title: "Helm Chart Production Guide" | ||
sidebar_label: "Helm Chart Production Guide" | ||
description: "Learn how to set up the helm chart in a production setting." | ||
--- | ||
|
||
## Overview | ||
|
||
The Base Production Setup provides a simplified and streamlined 3-pod deployment architecture for core Camunda 8 applications. This setup minimizes complexity while offering a reliable foundation for most production use cases. | ||
|
||
## Architecture Overview | ||
|
||
Below is the high-level architecture diagram for the Base Production Setup: | ||
|
||
[Architecture Diagram Placeholder] | ||
|
||
- Supported Components: | ||
Camunda Platform Core Applications: Zeebe, Tasklist, Operate | ||
- Ingress Controller (e.g., Nginx) | ||
- External Dependencies: | ||
PostgreSQL (for persistent data storage) | ||
Elasticsearch/OpenSearch (for indexing and analytics) | ||
Keycloak (for authentication/authorization) | ||
- Other Notes: | ||
The Optimize importer requires to be in a separate pod. | ||
|
||
## Step-by-Step Installation Guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters