Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update choose-region-closest-to-users.md: Propose a solution for mult… #317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/catalog/cloud/choose-region-closest-to-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ tags:
## Description
From an energy-efficiency perspective, it's better to shorten the distance a network packet travels so that less energy is required to transmit it. Similarly, from an embodied-carbon perspective, when a network packet traverses through less computing equipment, we are more efficient with hardware.

In the case of a multi region deployment infrastructure, implement a Global Server Load Balancing (GSLB) solution with real-time health checks and dynamic routing. This ensures traffic is directed to the closest healthy region, minimizing unnecessary network hops and reducing energy consumption.

## Solution
Choose a region that is the closest to the majority of where the network packets are going.

Expand Down