Carbon statement

This commit is contained in:
Jerome Petazzoni
2019-11-03 23:57:19 -06:00
parent f25af04ee9
commit a4884022f4
2 changed files with 23 additions and 0 deletions

22
slides/electricity.md Normal file
View File

@@ -0,0 +1,22 @@
class: pic
![Electricity map](images/electricity-map.png)
---
## Our VMs are low-carbon
- The closest EC2 region to Berlin is eu-central-1
(Frankfurt; Germany electricity mix: wind, coal, nuclear, gas)
- Instead, we deployed these VMs in eu-north-1
(Stockholm; Sweden electricity mix: hydro, nuclear, wind)
- According to [Electricity Map](https://electricitymap.org/), they produce ~5x less carbon
(at least Monday morning, when the VMs were deployed)
- The latency was a bit higher; let me know if you saw any difference!

View File

@@ -62,6 +62,7 @@ chapters:
- k8s/healthchecks.md
#- k8s/healthchecks-more.md
- k8s/record.md
- electricity.md
-
- k8s/namespaces.md
- k8s/ingress.md