Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 443 Bytes

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.