found-it / kube-informer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kube-Informer

Build it

make mac-binary

Run it

./bin/inform

All 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 redis

You'll see some add, update, delete events in series.

About


Languages

Language:Go 93.7%Language:Makefile 3.7%Language:Dockerfile 2.6%