Skip to content

rflorenc/kube-secret-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube-secret-watcher

This sample kubernetes controller mainly does two things:

  • watches for changes to Secret resources via configurable annotation

  • reacts to any change in Secret by creating a new Deployment

Build and run

$ go build -o kube-secret-watcher

$ ./kube-secret-watcher -kubeConfig ~/.kube/config -v 8 -logtostderr

About

Kubernetes controller that acts when a Secret resource is modified

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published