Skip to content

A sample Go application for sending out SonicPi beats based on Kubernetes cluster events

Notifications You must be signed in to change notification settings

derailed/sonic-kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonicKube

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.

Installation

  • 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

Fire Away!

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

About

A sample Go application for sending out SonicPi beats based on Kubernetes cluster events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published