Skip to content

Commit

Permalink
doc(self-managed): add infrastructure diagrams for EKS (single and du…
Browse files Browse the repository at this point in the history
…al-region)
  • Loading branch information
leiicamundi committed Dec 4, 2024
1 parent bcd5ef5 commit 1626b49
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
12 changes: 12 additions & 0 deletions docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Following this guide will incur costs on your Cloud provider account, namely for

## Outcome

<!-- The following diagram should be exported as an image and as a PDF from the sources https://miro.com/app/board/uXjVL-6SrPc=/ --->
<!-- To export: click on the frame > "Export Image" > as PDF and as JPG (low res), then save it in the ./assets/ folder --->

_Infrastructure diagram for a dual-region EKS setup (click on the image to open the PDF version)_
[![Infrastructure Diagram EKS Dual-Region](./assets/eks-dual-region.jpg)](./assets/eks-dual-region.pdf)

Completion of this tutorial will result in:

- Two Amazon EKS Kubernetes clusters in two different geographic regions with each four nodes ready for the Camunda 8 dual-region installation.
Expand Down Expand Up @@ -378,6 +384,12 @@ unset AWS_ACCESS_KEY_ES
unset AWS_SECRET_ACCESS_KEY_ES
```

:::caution Bucket vulnerable to region outages

The Elasticsearch backup [bucket is tied to a specific region](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html). If this region becomes unavailable, you will need to create a new bucket in a different region and reconfigure your Elasticsearch cluster with the new bucket.

:::

### Camunda 8 Helm chart prerequisites

Within the cloned repository, navigate to `aws/dual-region/kubernetes`. This contains a dual-region example setup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ Both can be set up with or without a **Domain** ([ingress](https://docs.aws.amaz

### Outcome

<!-- TODO : add architecture diagram (https://github.com/camunda/team-infrastructure-experience/issues/409) --->
<!-- The following diagram should be exported as an image and as a PDF from the sources https://miro.com/app/board/uXjVL-6SrPc=/ --->
<!-- To export: click on the frame > "Export Image" > as PDF and as JPG (low res), then save it in the ./assets/ folder --->

_Infrastructure diagram for a single region EKS setup (click on the image to open the PDF version)_
[![Infrastructure Diagram EKS Single-Region](./assets/eks-single-region.jpg)](./assets/eks-single-region.pdf)

Following this tutorial and steps will result in:

Expand Down

0 comments on commit 1626b49

Please sign in to comment.