Skip to content

found-it/kube-informer

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages