Inotify in Containers
https://william-yeh.net/post/2019/06/inotify-in-containers/
#containers #inotify
+ reloading configmaps
https://william-yeh.net/post/2019/06/autoreload-from-configmap/
#k8s #kubernetes #configmap
https://william-yeh.net/post/2019/06/inotify-in-containers/
#containers #inotify
+ reloading configmaps
https://william-yeh.net/post/2019/06/autoreload-from-configmap/
#k8s #kubernetes #configmap
william-yeh.net
Inotify in Containers
It is usually necessary to watch for any changes in file systems, both in development and in production modes. For example, in the development mode Webpack can watch files and recompile whenever they change; in the production mode Consul Template can watch…