This repo demonstrates 3 ways for apps to auto reload from Kubernetes ConfigMap.
Traefik has a built-in auto-reloading feature. Will this work with Kubernetes ConfigMap?
See the traefik-example.
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.
With the help of a generic solution Reloader, pods can be restarted whenever related ConfigMap has changed.
See the reloader-example.
Apache License 2.0. See the LICENSE file.