Skip to content

a kube-informer interface using cloud event as transport layer

License

Notifications You must be signed in to change notification settings

qiujian16/events-informer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Informer using cloud event as the tranport layer

start sender

sender is to read secrets from an apiserver and send cloud events

./bin/sender --kubeconfig /home/centos/.kube/config --kafka-endpoint 127.0.0.1:9092

start syncer

syncer is to get cloud events and output the kubernetes event from informer

./bin/syncer --kafka-endpoint 127.0.0.1:9092

About

a kube-informer interface using cloud event as transport layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published