Skip to content

AnyISalIn/configmap-auto-reload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for Auto Reloading from ConfigMap

This repo demonstrates 3 ways for apps to auto reload from Kubernetes ConfigMap.

Built-in auto-reloading

Traefik has a built-in auto-reloading feature. Will this work with Kubernetes ConfigMap?

See the traefik-example.

External signals

Nginx by itself doesn't auto-reload configurations; it reloads config when it is told to do so -- by receiving a "reload" signal (HUP). See "Controlling nginx" document for more details.

Will this work with Kubernetes ConfigMap?

See the inotifywait-example.

Pod rollout

With the help of a generic solution Reloader, pods can be restarted whenever related ConfigMap has changed.

See the reloader-example.

LICENSE

Apache License 2.0. See the LICENSE file.

About

This repo demonstrates 3 ways for apps to auto reload from Kubernetes ConfigMap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.2%
  • Dockerfile 33.8%