In this article I want to show you a really interesting tool I found in Ramit Surana’s Awesome-Kubernetes page: Reloader. Reloader can watch changes in ConfigMaps and Secrets, performing rolling updates on Pods according to their associated DeploymentConfigs (OpenShift only), Deployments, Daemonsets and Statefulsets. The update is triggered adding very…