Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Dec 10, 2024
1 parent 23f5dc8 commit aad795a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/self-managed/operational-guides/production-guide.md
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
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ module.exports = {
],
},
"self-managed/operational-guides/configure-multi-tenancy",
"self-managed/operational-guides/production-guide",
{
type: "category",
label: "Backup and restore",
Expand Down

0 comments on commit aad795a

Please sign in to comment.