8000 GitHub - axinorm/sokubecon-demo: Demos for SoKubeCon (Silicon Chalet Meetup) - Try out Headlamp, Istio and OpenTelemetry!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

axinorm/sokubecon-demo

Repository files navigation

SoKubeCon - Demos

SoKubeCon is a Silicon Chalet Meetup about feedback from KubeCon 2025 in London organized by SoKube.

Prerequisites

  • A bash terminal
  • A container runtime such as Podman
  • Kind for creating local Kubernetes clusters
  • Helm, the Kubernetes package manager for deploying tools and applications

Run demos

Three shell scripts are available to try out Headlamp, AuthorizationPolicy with Istio and OpenTelemetry:

# Headlamp
./headlamp-demo.sh
# AuthorizationPolicy with Istio
./istio-demo.sh
# OpenTelemetry
./opentelemetry-demo.sh

### Istio

In the Istio demo, you can test the connectivity with the following command:

kubectl exec -it -n sokube-frontend $(kubectl get pods -n sokube-frontend -l app=sokube-frontend -o jsonpath='{.items[0].metadata.name}') -- wget -O- --timeout=5 http://service-sokube-backend.sokube-backend:80

Credits

Elastic APM demo app

About

Demos for SoKubeCon (Silicon Chalet Meetup) - Try out Headlamp, Istio and OpenTelemetry!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0