From d5d9c5205f806a99694226f66594e18c7566e25f Mon Sep 17 00:00:00 2001 From: Jean-Phi Date: Thu, 9 May 2024 14:40:41 +0200 Subject: [PATCH] Update choose-region-closest-to-users.md: Propose a solution for multi region Signed-off-by: Jean-Phi --- docs/catalog/cloud/choose-region-closest-to-users.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/catalog/cloud/choose-region-closest-to-users.md b/docs/catalog/cloud/choose-region-closest-to-users.md index 2d1b40f51..5a55c9750 100644 --- a/docs/catalog/cloud/choose-region-closest-to-users.md +++ b/docs/catalog/cloud/choose-region-closest-to-users.md @@ -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.