From d47825ed958ccf235ff76eb60660256226865c36 Mon Sep 17 00:00:00 2001 From: Elise AUVRAY Date: Thu, 18 Dec 2025 16:37:14 +0100 Subject: [PATCH 01/14] add Kubernetes footprint calculation --- .../load-balancer-env-footprint.mdx | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 pages/environmental-footprint/additional-content/load-balancer-env-footprint.mdx diff --git a/pages/environmental-footprint/additional-content/load-balancer-env-footprint.mdx b/pages/environmental-footprint/additional-content/load-balancer-env-footprint.mdx new file mode 100644 index 0000000000..85dd9c8689 --- /dev/null +++ b/pages/environmental-footprint/additional-content/load-balancer-env-footprint.mdx @@ -0,0 +1,60 @@ +--- +title: Kubernetes footprint calculation +description: This page explains how Scaleway calculates the environmental footprint of its Kubernetes clusters in detail. +tags: kubernetes environmental-footprint impact datacentre +dates: + validation: 18/12/25 + posted: 30/01/25 +--- + +This page includes the specificities of the environmental footprint calculation for Lubernetes. + +## Calculation aspects + +A Kubernetes cluster consists of two parts: the control plane and pools, which are made up of node instances. The impact of the nodes is already calculated as part of the instance impact calculation (https://www.scaleway.com/en/docs/environmental-footprint/additional-content/instances-env-footprint/). The purpose of this page is to detail the calculation of the control plane's impact. + +The total estimated impact of Kubernetes control plane is calculated by integrating the: + +- **Dedicated manufacturing impact** - Related to the physical servers hosting the kubernetes control plane. +- **Related manufacturing impact** - The impact of the tools used to manage the kubernetes offers: internal control plane, monitoring, and others. +- **Energy usage impact** - The average electricity consumption of servers and their energy efficiency and of the tools used to manage the Kubernetes offers. + +### Ratio per control plane + +Kubernetes control planes are implemented on internal Kubernetes clusters composed of virtual machines and load balancers. +The cluster's impact is therefore, according to the RCP, the sum of the impacts of the virtual machines and load balancers. +For mutualised offers, the cluster's impact is distributed among the different customers. For the dedicated offers, the entire cluster impact is allocated to the customers. + +### Manufacturing impact + +The calculation of the manufacturing impact of kubernetes is based on: + +- The manufacturing impact of [instances](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/instances-env-footprint/) and [load balancers](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/load-balancer-env-footprint/) used to host users' kubernetes control plane +- The manufacturing impact of servers used by the Scaleway Kubernetes team to manage the service + +#### Calculation example + +For the example below, we consider a dedicated kubernetes control plane made of two instances with a dedicated manufacturing impact of 2gCO2e/hour each and a load balancer with a dedicated manufacturing impact of 3gCO2e/hour. We measure the impact of 100 hours. We make the following calculation: + +``` +KubernetesDedicatedImpact = (2 * 2 + 3) * 100 = 700 gCO2e +``` + +In the example, the dedicated manufacturing impact of a dedicated kubernetes control plane usage for 100 hours is 700 gCo2e. + +### Usage impact + +The calculation of the usage impact of Kubernetes control plane is based on: + +- Impact of electricity consumption of Instances that host the kubernetes conrol plane +- Impact of electricity consumption of infrastructure and service management servers by the Scaleway Kubernetes team to run the Kubernetes service. + +To calculate the impact of a kwh, we consider the French energy mix and the datacenter's PUE. + +In the example below, they are 0,065gCo2e/wh and 1,16, respectively. Considering a dedicated kubernetes control plane made of two instances with an electrical consumption of 6wh each and a load balancer with an electrical consumption of 5wh. Considering 100 hours of usage, the total usage impact comes down to: + +```math +UsageImpact = (2 * 6 + 5) * 100 * 0,065 * 1,16 = 128 gCo2e +``` + +In the example, the usage impact of a dedicated kubernetes control plane usage for 100 hours is 128 gCo2e. From 8f81653e6ce5c86103c1c75436694225e1cd38ee Mon Sep 17 00:00:00 2001 From: Elise AUVRAY Date: Fri, 19 Dec 2025 11:14:09 +0100 Subject: [PATCH 02/14] add kubernetes footprint calculation documentation page --- .../kubernetes-env-footprint.mdx | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx new file mode 100644 index 0000000000..85dd9c8689 --- /dev/null +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -0,0 +1,60 @@ +--- +title: Kubernetes footprint calculation +description: This page explains how Scaleway calculates the environmental footprint of its Kubernetes clusters in detail. +tags: kubernetes environmental-footprint impact datacentre +dates: + validation: 18/12/25 + posted: 30/01/25 +--- + +This page includes the specificities of the environmental footprint calculation for Lubernetes. + +## Calculation aspects + +A Kubernetes cluster consists of two parts: the control plane and pools, which are made up of node instances. The impact of the nodes is already calculated as part of the instance impact calculation (https://www.scaleway.com/en/docs/environmental-footprint/additional-content/instances-env-footprint/). The purpose of this page is to detail the calculation of the control plane's impact. + +The total estimated impact of Kubernetes control plane is calculated by integrating the: + +- **Dedicated manufacturing impact** - Related to the physical servers hosting the kubernetes control plane. +- **Related manufacturing impact** - The impact of the tools used to manage the kubernetes offers: internal control plane, monitoring, and others. +- **Energy usage impact** - The average electricity consumption of servers and their energy efficiency and of the tools used to manage the Kubernetes offers. + +### Ratio per control plane + +Kubernetes control planes are implemented on internal Kubernetes clusters composed of virtual machines and load balancers. +The cluster's impact is therefore, according to the RCP, the sum of the impacts of the virtual machines and load balancers. +For mutualised offers, the cluster's impact is distributed among the different customers. For the dedicated offers, the entire cluster impact is allocated to the customers. + +### Manufacturing impact + +The calculation of the manufacturing impact of kubernetes is based on: + +- The manufacturing impact of [instances](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/instances-env-footprint/) and [load balancers](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/load-balancer-env-footprint/) used to host users' kubernetes control plane +- The manufacturing impact of servers used by the Scaleway Kubernetes team to manage the service + +#### Calculation example + +For the example below, we consider a dedicated kubernetes control plane made of two instances with a dedicated manufacturing impact of 2gCO2e/hour each and a load balancer with a dedicated manufacturing impact of 3gCO2e/hour. We measure the impact of 100 hours. We make the following calculation: + +``` +KubernetesDedicatedImpact = (2 * 2 + 3) * 100 = 700 gCO2e +``` + +In the example, the dedicated manufacturing impact of a dedicated kubernetes control plane usage for 100 hours is 700 gCo2e. + +### Usage impact + +The calculation of the usage impact of Kubernetes control plane is based on: + +- Impact of electricity consumption of Instances that host the kubernetes conrol plane +- Impact of electricity consumption of infrastructure and service management servers by the Scaleway Kubernetes team to run the Kubernetes service. + +To calculate the impact of a kwh, we consider the French energy mix and the datacenter's PUE. + +In the example below, they are 0,065gCo2e/wh and 1,16, respectively. Considering a dedicated kubernetes control plane made of two instances with an electrical consumption of 6wh each and a load balancer with an electrical consumption of 5wh. Considering 100 hours of usage, the total usage impact comes down to: + +```math +UsageImpact = (2 * 6 + 5) * 100 * 0,065 * 1,16 = 128 gCo2e +``` + +In the example, the usage impact of a dedicated kubernetes control plane usage for 100 hours is 128 gCo2e. From e503a1ef334e60f2c2b847d10fe1402f3787e032 Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:57:59 +0100 Subject: [PATCH 03/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 85dd9c8689..03d8fe97bc 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -4,7 +4,7 @@ description: This page explains how Scaleway calculates the environmental footpr tags: kubernetes environmental-footprint impact datacentre dates: validation: 18/12/25 - posted: 30/01/25 + posted: 2025-12-18 --- This page includes the specificities of the environmental footprint calculation for Lubernetes. From 4a29d11f8aea0ec48098acfc6eae3873b8679b3e Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:58:09 +0100 Subject: [PATCH 04/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 03d8fe97bc..812a52f7d3 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -3,7 +3,7 @@ title: Kubernetes footprint calculation description: This page explains how Scaleway calculates the environmental footprint of its Kubernetes clusters in detail. tags: kubernetes environmental-footprint impact datacentre dates: - validation: 18/12/25 + validation: 2025-12-18 posted: 2025-12-18 --- From acc199f83abc7a959abf78dd3470e9aed6ad27f0 Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:00:52 +0100 Subject: [PATCH 05/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 812a52f7d3..2ab48f3634 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -7,7 +7,7 @@ dates: posted: 2025-12-18 --- -This page includes the specificities of the environmental footprint calculation for Lubernetes. +This page includes the specificities of the environmental footprint calculation for Kubernetes. ## Calculation aspects From e8a34b3c4e67eacb5b6fb43a4f2074a0c3710cc1 Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:01:06 +0100 Subject: [PATCH 06/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 2ab48f3634..702bd6f505 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -11,7 +11,7 @@ This page includes the specificities of the environmental footprint calculation ## Calculation aspects -A Kubernetes cluster consists of two parts: the control plane and pools, which are made up of node instances. The impact of the nodes is already calculated as part of the instance impact calculation (https://www.scaleway.com/en/docs/environmental-footprint/additional-content/instances-env-footprint/). The purpose of this page is to detail the calculation of the control plane's impact. +A Kubernetes cluster consists of two parts: the control plane and pools, which are made up of node Instances. The impact of the nodes is already calculated as part of the Instance impact calculation (/environmental-footprint/additional-content/instances-env-footprint/). The purpose of this page is to detail the calculation of the control plane's impact. The total estimated impact of Kubernetes control plane is calculated by integrating the: From fd11d7475c47319c0781238afa7565ad618c1e3f Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:01:15 +0100 Subject: [PATCH 07/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 702bd6f505..9ee43ca01e 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -15,7 +15,7 @@ A Kubernetes cluster consists of two parts: the control plane and pools, which a The total estimated impact of Kubernetes control plane is calculated by integrating the: -- **Dedicated manufacturing impact** - Related to the physical servers hosting the kubernetes control plane. +- **Dedicated manufacturing impact** - Related to the physical servers hosting the Kubernetes control plane. - **Related manufacturing impact** - The impact of the tools used to manage the kubernetes offers: internal control plane, monitoring, and others. - **Energy usage impact** - The average electricity consumption of servers and their energy efficiency and of the tools used to manage the Kubernetes offers. From 9043e25b03a6ea9a023e0aff68aae32631905a9e Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:01:23 +0100 Subject: [PATCH 08/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 9ee43ca01e..6e8558df92 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -16,7 +16,7 @@ A Kubernetes cluster consists of two parts: the control plane and pools, which a The total estimated impact of Kubernetes control plane is calculated by integrating the: - **Dedicated manufacturing impact** - Related to the physical servers hosting the Kubernetes control plane. -- **Related manufacturing impact** - The impact of the tools used to manage the kubernetes offers: internal control plane, monitoring, and others. +- **Related manufacturing impact** - The impact of the tools used to manage the Kubernetes offers: internal control plane, monitoring, and others. - **Energy usage impact** - The average electricity consumption of servers and their energy efficiency and of the tools used to manage the Kubernetes offers. ### Ratio per control plane From 509504d7830f2cdd84db1c9885bfbe9c86bf0d34 Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:01:32 +0100 Subject: [PATCH 09/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 6e8558df92..3f6e793938 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -34,7 +34,7 @@ The calculation of the manufacturing impact of kubernetes is based on: #### Calculation example -For the example below, we consider a dedicated kubernetes control plane made of two instances with a dedicated manufacturing impact of 2gCO2e/hour each and a load balancer with a dedicated manufacturing impact of 3gCO2e/hour. We measure the impact of 100 hours. We make the following calculation: +For the example below, we consider a dedicated Kubernetes control plane made of two Instances with a dedicated manufacturing impact of 2gCO2e/hour each and a load balancer with a dedicated manufacturing impact of 3gCO2e/hour. We measure the impact of 100 hours. We make the following calculation: ``` KubernetesDedicatedImpact = (2 * 2 + 3) * 100 = 700 gCO2e From 5843b12dbfdbf5657df8f51c10e18d93b7f4e85c Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:01:42 +0100 Subject: [PATCH 10/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 3f6e793938..f9730615b9 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -40,7 +40,7 @@ For the example below, we consider a dedicated Kubernetes control plane made of KubernetesDedicatedImpact = (2 * 2 + 3) * 100 = 700 gCO2e ``` -In the example, the dedicated manufacturing impact of a dedicated kubernetes control plane usage for 100 hours is 700 gCo2e. +In the example, the dedicated manufacturing impact of a dedicated Kubernetes control plane usage for 100 hours is 700 gCo2e. ### Usage impact From b319270a8806234ee15ea8b5306e91c070c787a0 Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:01:52 +0100 Subject: [PATCH 11/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index f9730615b9..572d25ff88 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -46,7 +46,7 @@ In the example, the dedicated manufacturing impact of a dedicated Kubernetes con The calculation of the usage impact of Kubernetes control plane is based on: -- Impact of electricity consumption of Instances that host the kubernetes conrol plane +- Impact of electricity consumption of Instances that host the Kubernetes control plane - Impact of electricity consumption of infrastructure and service management servers by the Scaleway Kubernetes team to run the Kubernetes service. To calculate the impact of a kwh, we consider the French energy mix and the datacenter's PUE. From 0e1e705c0a3aee4ec806fce3f18eb4713c001d2b Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:02:04 +0100 Subject: [PATCH 12/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 572d25ff88..2d3d60a7e6 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -51,7 +51,7 @@ The calculation of the usage impact of Kubernetes control plane is based on: To calculate the impact of a kwh, we consider the French energy mix and the datacenter's PUE. -In the example below, they are 0,065gCo2e/wh and 1,16, respectively. Considering a dedicated kubernetes control plane made of two instances with an electrical consumption of 6wh each and a load balancer with an electrical consumption of 5wh. Considering 100 hours of usage, the total usage impact comes down to: +In the example below, they are 0,065gCo2e/wh and 1,16, respectively. Considering a dedicated Kubernetes control plane made of two Instances with an electrical consumption of 6wh each and a load balancer with an electrical consumption of 5wh. Considering 100 hours of usage, the total usage impact comes down to: ```math UsageImpact = (2 * 6 + 5) * 100 * 0,065 * 1,16 = 128 gCo2e From 8b77c966d9f88ce88b8b7978ed3622af528ea41d Mon Sep 17 00:00:00 2001 From: eauvray-github <67907289+eauvray-github@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:02:13 +0100 Subject: [PATCH 13/14] Update pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx Co-authored-by: Benedikt Rollik --- .../additional-content/kubernetes-env-footprint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 2d3d60a7e6..1466311ab4 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -57,4 +57,4 @@ In the example below, they are 0,065gCo2e/wh and 1,16, respectively. Considering UsageImpact = (2 * 6 + 5) * 100 * 0,065 * 1,16 = 128 gCo2e ``` -In the example, the usage impact of a dedicated kubernetes control plane usage for 100 hours is 128 gCo2e. +In the example, the usage impact of a dedicated Kubernetes control plane usage for 100 hours is 128 gCo2e. From 9aaeb0d14fa293850f5e3b494c914e79c43a3c09 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 19 Dec 2025 16:29:03 +0100 Subject: [PATCH 14/14] Apply suggestions from code review --- .../additional-content/kubernetes-env-footprint.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx index 1466311ab4..fc10d6b029 100644 --- a/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx +++ b/pages/environmental-footprint/additional-content/kubernetes-env-footprint.mdx @@ -27,9 +27,9 @@ For mutualised offers, the cluster's impact is distributed among the different c ### Manufacturing impact -The calculation of the manufacturing impact of kubernetes is based on: +The calculation of the manufacturing impact of Kubernetes is based on: -- The manufacturing impact of [instances](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/instances-env-footprint/) and [load balancers](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/load-balancer-env-footprint/) used to host users' kubernetes control plane +- The manufacturing impact of [Instances](/environmental-footprint/additional-content/instances-env-footprint/) and [Load Balancers](/environmental-footprint/additional-content/load-balancer-env-footprint/) used to host users' Kubernetes control plane - The manufacturing impact of servers used by the Scaleway Kubernetes team to manage the service #### Calculation example