Skip to content

perses/kubeconEU2026-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeCon EU 2026 - Perses Demo

This repository is used to run the demo shown during the keynote event at Kubecon EU 2026, Thursday 26 March.

Prerequisites

You need to have the following tool installed in your environment:

  • Go 1.25 or above
  • Make
  • Bash
  • A container solution supporting docker-compose format like podman or docker. In the instruction, we are using podman.
  • kind
  • helm
  • percli

Set up

Run the script setup.sh :

bash setup.sh

This script is cloning the repo https://github.com/perses/community-mixins, then it will build the Kubernetes dashboards. It will be used by Perses in a later step.

Once the cluster and all pods are up, you can start to forward the port 9090 to get access to Prometheus.

kubectl --namespace monitoring port-forward service/prometheus-k8s 9090

This will be useful to get access to Prometheus with Perses.

Then you can run the docker-compose to run Perses:

podman-compose up

Uninstall

Once you are done with the demo and you want to clean up everything that has been started you can run the script remove.sh

bash remove.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors