Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <kristina.devochko@tietoevry.com>
  • Loading branch information
guidemetothemoon committed May 5, 2024
1 parent 916d054 commit 3c3b531
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion link-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pattern": "https:\/\/communityinviter.com\/apps\/cloud-native\/cncf"
},
{
"pattern": "^/landscape(.+)?/"
"pattern": "^/(.+)?/landscape(.+)?/"
}
],
"replacementPatterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The WG's workflow vision is that every release requesting a sustainability footp
5. Gather sustainability-related metrics
6. Publish sustainability metrics

We are happy to share that our cloud infrastructure is now fully operational. Our Kubernetes (k8s) cluster is hosted on Equinix Metal servers from the community lab. The cluster uses a GitOps approach using Flux to deploy observability tools such as Kepler, Prometheus, and Grafana. Our infrastructure setup is documented [here](https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/infrastructure/README.md). These are essential for conducting the sustainability footprint assessments. [Kepler](https://github.com/sustainable-computing-io/kepler), in particular, is a CNCF project that uses eBPF and RAPL to provide accurate energy metrics in various types of cloud environments, from bare metal to VMs in the public cloud, and associates them to Pods and other Kubernetes resources.
We are happy to share that our cloud infrastructure is now fully operational. Our Kubernetes (k8s) cluster is hosted on Equinix Metal servers from the community lab. The cluster uses a GitOps approach using Flux to deploy observability tools such as Kepler, Prometheus, and Grafana. Our infrastructure setup is documented [here](https://github.com/cncf-tags/green-reviews-tooling/blob/main/website/content/docs/infrastructure/about.md). These are essential for conducting the sustainability footprint assessments. [Kepler](https://github.com/sustainable-computing-io/kepler), in particular, is a CNCF project that uses eBPF and RAPL to provide accurate energy metrics in various types of cloud environments, from bare metal to VMs in the public cloud, and associates them to Pods and other Kubernetes resources.

Flux is responsible for deploying all the selected observability tools and the CNCF projects. After the GitHub Action triggers all the defined use cases, Kepler will produce the energy metrics and export them natively to Prometheus.

Expand All @@ -60,7 +60,7 @@ This infrastructure is used to generate the initial data to calculate the carbon

<p class="mt-5 mb-5"><img src="/images/blogs/2024-03-15-green-reviews-working-group-moving-towards-measuring-the-sustainability-footprint-of-cncf-projects/sci-grafana-dashboard.webp" alt="SCI index componentes Grafana dashboard"></p>

The sustainability footprint metrics are not limited to the SCI specification, but we are using it as a North Star. It is an opportunity to show a cloud native reference architecture for it. More information about these measurements can be found in the project’s [docs](https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/measurement/sci.md). To access the public Grafana instance and view the dashboard, follow the steps [here](https://github.com/cncf-tags/green-reviews-tooling/blob/main/docs/infrastructure/README.md#monitoring).
The sustainability footprint metrics are not limited to the SCI specification, but we are using it as a North Star. It is an opportunity to show a cloud native reference architecture for it. More information about these measurements can be found in the project’s [docs](https://github.com/cncf-tags/green-reviews-tooling/blob/main/website/content/docs/measurement/sci.md). To access the public Grafana instance and view the dashboard, follow the steps [here](https://github.com/cncf-tags/green-reviews-tooling/blob/main/website/content/docs/infrastructure/about.md#monitoring).

The destination where to publish the sustainability metrics is not decided upon at the point of writing this blog post. [CNCF devstats](https://devstats.cncf.io/) is being discussed as another possible place where to make this type of data publicly available.

Expand All @@ -70,9 +70,9 @@ The continuous operation of a Kubernetes cluster raises questions about how sust

Can we create nodes on-demand when conducting sustainability footprint assessments instead of running the nodes all the time? Another enhancement opportunity is that currently, Falco is always deployed and the kernel is always being tested, which we hope to improve after KubeCon + CloudNativeCon Europe 2024, so that we use the minimal amount of energy in the pipeline itself. These questions are crucial to the WG’s mission, and we are looking forward to the community's suggestions and contributions.

In addition, the sustainability footprint assessment itself will be something that we need to tackle in the next milestone. The WG’s goal is to make the sustainability footprint assessment pipeline useful for CNCF project maintainers, such as Falco maintainers. We will continue to collaborate with the respective project maintainers as we enter the “review” phase of the project. This type of sustainability footprint assessment is inspired by the processes like TAG Security’s Security Assessment (TSSA) that is already utilized for CNCF projects. More information about the collaboration between Green Reviews WG and CNCF project maintainers can be found in the [docs](https://github.com/cncf-tags/green-reviews-tooling/tree/main/docs/cncf-projects). **CNCF project maintainers who are interested in having their projects assessed are welcome to flag their interest [here](https://github.com/cncf/tag-env-sustainability/issues/223)!**
In addition, the sustainability footprint assessment itself will be something that we need to tackle in the next milestone. The WG’s goal is to make the sustainability footprint assessment pipeline useful for CNCF project maintainers, such as Falco maintainers. We will continue to collaborate with the respective project maintainers as we enter the “review” phase of the project. This type of sustainability footprint assessment is inspired by the processes like TAG Security’s Security Assessment (TSSA) that is already utilized for CNCF projects. More information about the collaboration between Green Reviews WG and CNCF project maintainers can be found in the [docs](https://github.com/cncf-tags/green-reviews-tooling/blob/main/website/content/docs/cncf-projects/cncf-projects.md). **CNCF project maintainers who are interested in having their projects assessed are welcome to flag their interest [here](https://github.com/cncf/tag-env-sustainability/issues/223)!**

Please keep in mind that only some components of the described vision are in production at the time of writing this blog post. If you would like to find out more about the latest status of the work that’s being done in the Green Reviews WG, please join our community in the [Green Reviews WG Slack channel](https://cloud-native.slack.com/archives/C060EDHN431) or the [TAG ENV Slack channel](https://cloud-native.slack.com/archives/C03F270PDU6), or check out the [documentation](https://github.com/cncf-tags/green-reviews-tooling/tree/main/docs) on GitHub.
Please keep in mind that only some components of the described vision are in production at the time of writing this blog post. If you would like to find out more about the latest status of the work that’s being done in the Green Reviews WG, please join our community in the [Green Reviews WG Slack channel](https://cloud-native.slack.com/archives/C060EDHN431) or the [TAG ENV Slack channel](https://cloud-native.slack.com/archives/C03F270PDU6), or check out the [documentation](https://github.com/cncf-tags/green-reviews-tooling/blob/main/website/content/docs) on GitHub.

## Reflecting on Green Reviews WG's journey till now

Expand Down Expand Up @@ -104,7 +104,7 @@ There are many ways to begin your contributor journey. We recommend checking out

- Read the blog [Getting started as a TAG Environmental Sustainability Contributor](https://tag-env-sustainability.cncf.io/blog/2023-getting-started-as-tag-env-contributor). It’s a general guide on how to get started in the TAG Environmental Sustainability, and many of the steps provided in the blog post also apply to the Green Reviews WG.
- Check the [Green Reviews WG Charter](https://github.com/cncf/tag-env-sustainability/blob/main/working-groups/green-reviews/charter.md). It outlines the WG's motivation, scope, goals, non-goals, and deliverables.
- Read the [documentation](https://github.com/cncf-tags/green-reviews-tooling/tree/main/docs) in the green-reviews tooling GitHub repository.
- Read the [documentation](https://github.com/cncf-tags/green-reviews-tooling/blob/main/website/content/docs) in the green-reviews tooling GitHub repository.
- Join the WG Slack channel [#tag-env-wg-green-reviews](https://cloud-native.slack.com/archives/C060EDHN431) in the [CNCF Slack](https://slack.cncf.io) workspace and attend the group [meetings](http://bit.ly/wg-green-reviews).
- Check out the Working Group's backlog to find beginner-friendly issues to work on, and check the [contributing guide](https://github.com/cncf-tags/green-reviews-tooling/blob/main/CONTRIBUTING.md)! All types of contributions are welcome: code contributions, issues, suggestions for things like product roadmap, questions, and documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We will host 21 local meetups happening across 16 countries and 4 continents. Be
| 4 | Colombia, Bogota | Oct.26 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-bogota-presents-1-cloud-native-bogota/) | Ivan Camargo |
| 5 | Colombia, Medellin | Oct.21 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-medellin-presents-bienvenidos-a-cloud-native-medellin-cncf-cloud-native-sustainability-week/) | Elias Quintero, Samantha Upegui |
| 6 | France, Paris | Oct.10 | [Link](https://www.meetup.com/cloud-native-computing-paris/events/296073417/) | Andrea Giardini, Tim Carry |
| 7 | Germany, Hamburg | Oct.10 | [Link](https://community.cncf.io/events/details/cncf-hamburg-presents-cloud-native-sustainability-week-meetup-in-hamburg/) | Leonard Pahlke |
| 7 | Germany, Hamburg | Oct.10 | [Link](https://www.meetup.com/hamburg-kubernetes-meetup/events/296100283/) | Leonard Pahlke |
| 8 | Germany, Karlsruhe | Oct.10 | [Link](https://www.meetup.com/de-DE/green-software-development-karlsruhe/events/296165492/) | Aydin Mir Mohammadi |
| 9 | Germany, Munich | Oct.9 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-munich-presents-cncf-cloud-native-sustainability-week-munich/) | Antonio Di Turi, Max Körbächer |
| 10 | Guatemala | Nov.23 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-guatemala-presents-sustainability-week-cloud-native-guatemala/) | Sergio Méndez, Jefferson Molina |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Organizaremos 21 eventos locales en 16 países y 4 continentes. A continuación,
| 4 | Colombia, Bogota | Oct.26 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-bogota-presents-1-cloud-native-bogota/) | Ivan Camargo |
| 5 | Colombia, Medellin | Oct.21 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-medellin-presents-bienvenidos-a-cloud-native-medellin-cncf-cloud-native-sustainability-week/) | Elias Quintero, Samantha Upegui |
| 6 | Francia, Paris | Oct.10 | [Link](https://www.meetup.com/cloud-native-computing-paris/events/296073417/) | Andrea Giardini, Tim Carry |
| 7 | Alemania, Hamburg | Oct.10 | [Link](https://community.cncf.io/events/details/cncf-hamburg-presents-cloud-native-sustainability-week-meetup-in-hamburg/) | Leonard Pahlke |
| 7 | Alemania, Hamburg | Oct.10 | [Link](https://www.meetup.com/hamburg-kubernetes-meetup/events/296100283/) | Leonard Pahlke |
| 8 | Alemania, Karlsruhe | Oct.10 | [Link](https://www.meetup.com/de-DE/green-software-development-karlsruhe/events/296165492/) | Aydin Mir Mohammadi |
| 9 | Alemania, Munich | Oct.9 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-munich-presents-cncf-cloud-native-sustainability-week-munich/) | Antonio Di Turi, Max Körbächer |
| 10 | Guatemala | Nov.23 | [Link](https://community.cncf.io/events/details/cncf-cloud-native-guatemala-presents-sustainability-week-cloud-native-guatemala/) | Sergio Méndez, Jefferson Molina |
Expand Down

0 comments on commit 3c3b531

Please sign in to comment.