SoKubeCon is a Silicon Chalet Meetup about feedback from KubeCon 2025 in London organized by SoKube.
- 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
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