Build it
make mac-binaryRun it
./bin/informAll it does right now is simply print out the events as they happen. You should see a lot of add events as the cache is built and then if you run
kubectl run redis --image=redis:4
kubectl delete po redis
kubectl run redis --image=redis:failme
# wait for a bit...
kubectl delete po redisYou'll see some add, update, delete events in series.