Sample integration of Sonic-Pi with Kubernetes events.
The big idea here is to shift the focus of cluster monitoring from your eyes to your ears.
This simple application will play different chords based on pod activity in a K8s cluster.
- Install Sonic-Pi for your environment (http://sonic-pi.net/)
- Assumes you're running Minikube
- Assumes your pods are running in the default namespace
Enable K8s master local access
kubectl proxy
The application will play a chord when pods come in an out of the cluster.
# First Launch Sonic Pi
# Then start our application...
go run main.go
Now Create and delete your pods and you should hear sounds!
© 2017 Imhotep Software LLC. All materials licensed under Apache v2.0