Skip to content

Commit

Permalink
add hyphen for dual-region (#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley authored Apr 29, 2024
1 parent 4c22a55 commit 0eb345d
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/components/concepts/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you create a cluster in Camunda 8 SaaS, you must specify a region for that
You also need to specify where the backups for that cluster will be located:

- By default, the backups will be located in the same region as the cluster.
- For disaster recovery reasons, you can select a "dual region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual region backup is offered at no additional cost.
- For disaster recovery reasons, you can select a "dual-region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual-region backup is offered at no additional cost.

## Manual backup

Expand Down
6 changes: 3 additions & 3 deletions docs/self-managed/concepts/multi-region/dual-region.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: dual-region
title: "Dual region"
sidebar_label: "Dual region"
title: "Dual-region"
sidebar_label: "Dual-region"
description: "A dual-region setup allows you to run Camunda in two regions synchronously."
---

Expand All @@ -19,7 +19,7 @@ You should get familiar with the topic, the [limitations](#limitations) of the d

## Active-active and active-passive

**Active-active** and **active-passive** are standard setups used in dual region configurations to ensure that applications remain available and operational in case of failures.
**Active-active** and **active-passive** are standard setups used in dual-region configurations to ensure that applications remain available and operational in case of failures.

In an **active-active** setup, multiple application instances run simultaneously in different regions, actively handling user requests. This allows for better load balancing and fault tolerance, as traffic can spread across regions. If one region fails, the workload can shift to another without causing disruptions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You have to choose unique namespaces for Camunda 8 installations. The namespace
For example, you can install Camunda 8 into `CAMUNDA_NAMESPACE_0` in `CLUSTER_0`, and `CAMUNDA_NAMESPACE_1` on the `CLUSTER_1`, where `CAMUNDA_NAMESPACE_0` != `CAMUNDA_NAMESPACE_1`.
Using the same namespace names on both clusters won't work as CoreDNS won't be able to distinguish between traffic targeted at the local and remote cluster.

In addition to namespaces for Camunda installations, create the namespaces for failover (`CAMUNDA_NAMESPACE_0_FAILOVER` in `CLUSTER_0` and `CAMUNDA_NAMESPACE_1_FAILOVER` in `CLUSTER_1`), for the case of a total region loss. This is for completeness, so you don't forget to add the mapping on region recovery. The operational procedure is handled in a different [document on dual region](./../../../../operational-guides/multi-region/dual-region-ops.md).
In addition to namespaces for Camunda installations, create the namespaces for failover (`CAMUNDA_NAMESPACE_0_FAILOVER` in `CLUSTER_0` and `CAMUNDA_NAMESPACE_1_FAILOVER` in `CLUSTER_1`), for the case of a total region loss. This is for completeness, so you don't forget to add the mapping on region recovery. The operational procedure is handled in a different [document on dual-region](./../../../../operational-guides/multi-region/dual-region-ops.md).

:::

Expand Down
2 changes: 1 addition & 1 deletion optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ module.exports = {
{
"Multi-region": [
docsLink(
"Dual region",
"Dual-region",
"self-managed/concepts/multi-region/dual-region/"
),
],
Expand Down
2 changes: 1 addition & 1 deletion optimize_versioned_sidebars/version-3.13.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3059,7 +3059,7 @@
"Multi-region": [
{
"type": "link",
"label": "Dual region",
"label": "Dual-region",
"href": "/docs/self-managed/concepts/multi-region/dual-region/"
}
]
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.2/components/concepts/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you create a cluster in Camunda 8 SaaS, you must specify a region for that
You also need to specify where the backups for that cluster will be located:

- By default, the backups will be located in the same region as the cluster.
- For disaster recovery reasons, you can select a "dual region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual region backup is offered at no additional cost.
- For disaster recovery reasons, you can select a "dual-region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual-region backup is offered at no additional cost.

## Manual backup

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.3/components/concepts/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you create a cluster in Camunda 8 SaaS, you must specify a region for that
You also need to specify where the backups for that cluster will be located:

- By default, the backups will be located in the same region as the cluster.
- For disaster recovery reasons, you can select a "dual region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual region backup is offered at no additional cost.
- For disaster recovery reasons, you can select a "dual-region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual-region backup is offered at no additional cost.

## Manual backup

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.4/components/concepts/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you create a cluster in Camunda 8 SaaS, you must specify a region for that
You also need to specify where the backups for that cluster will be located:

- By default, the backups will be located in the same region as the cluster.
- For disaster recovery reasons, you can select a "dual region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual region backup is offered at no additional cost.
- For disaster recovery reasons, you can select a "dual-region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual-region backup is offered at no additional cost.

## Manual backup

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.5/components/concepts/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you create a cluster in Camunda 8 SaaS, you must specify a region for that
You also need to specify where the backups for that cluster will be located:

- By default, the backups will be located in the same region as the cluster.
- For disaster recovery reasons, you can select a "dual region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual region backup is offered at no additional cost.
- For disaster recovery reasons, you can select a "dual-region" backup location. Backups will be automatically replicated in the secondary region to give you better protection in case the primary region experiences disruption. Dual-region backup is offered at no additional cost.

## Manual backup

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: dual-region
title: "Dual region"
sidebar_label: "Dual region"
title: "Dual-region"
sidebar_label: "Dual-region"
description: "A dual-region setup allows you to run Camunda in two regions synchronously."
---

Expand All @@ -19,7 +19,7 @@ You should get familiar with the topic, the [limitations](#limitations) of the d

## Active-active and active-passive

**Active-active** and **active-passive** are standard setups used in dual region configurations to ensure that applications remain available and operational in case of failures.
**Active-active** and **active-passive** are standard setups used in dual-region configurations to ensure that applications remain available and operational in case of failures.

In an **active-active** setup, multiple application instances run simultaneously in different regions, actively handling user requests. This allows for better load balancing and fault tolerance, as traffic can spread across regions. If one region fails, the workload can shift to another without causing disruptions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You have to choose unique namespaces for Camunda 8 installations. The namespace
For example, you can install Camunda 8 into `CAMUNDA_NAMESPACE_0` in `CLUSTER_0`, and `CAMUNDA_NAMESPACE_1` on the `CLUSTER_1`, where `CAMUNDA_NAMESPACE_0` != `CAMUNDA_NAMESPACE_1`.
Using the same namespace names on both clusters won't work as CoreDNS won't be able to distinguish between traffic targeted at the local and remote cluster.

In addition to namespaces for Camunda installations, create the namespaces for failover (`CAMUNDA_NAMESPACE_0_FAILOVER` in `CLUSTER_0` and `CAMUNDA_NAMESPACE_1_FAILOVER` in `CLUSTER_1`), for the case of a total region loss. This is for completeness, so you don't forget to add the mapping on region recovery. The operational procedure is handled in a different [document on dual region](./../../../../operational-guides/multi-region/dual-region-ops.md).
In addition to namespaces for Camunda installations, create the namespaces for failover (`CAMUNDA_NAMESPACE_0_FAILOVER` in `CLUSTER_0` and `CAMUNDA_NAMESPACE_1_FAILOVER` in `CLUSTER_1`), for the case of a total region loss. This is for completeness, so you don't forget to add the mapping on region recovery. The operational procedure is handled in a different [document on dual-region](./../../../../operational-guides/multi-region/dual-region-ops.md).

:::

Expand Down

0 comments on commit 0eb345d

Please sign in to comment.