Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.38 KB

GDG Cochin Demo

This repository contains the scripts, manifests, and steps used during the Demo at GDG Cochin.

What is the aim?

To demonstrate a POC of the Green Cloud Triangle by leveraging OSS cloud native tooling.

What will be doing?

We will be deploying simple Hello World applications on the k3d cluster.

The applications will be running on Webassembly runtimes such as Spin, Lunatic, Slight, and Wasm Workers Server.

We will take a look at some of the energy metrics per deployed pod using the Kepler project and will be leveraging kube-green to shut down/start up services per schedule.

What do we need?

  • k3d => Lightweight wrapper to run Rancher's k3s distribution on Docker

  • Kepler => Kubernetes Efficient Power Level Exporter

    • Helm => Needed to install the Kepler charts
    • yq => Lightweight parser for JSON, YAML etc with syntax just like jq. This tool is needed to install the Kepler Grafana Dashboard.
  • kube-green => Kubernetes add-on to automatically schedule shut down resources when you don't need them.