Reloader watches for changes in ConfigMaps and Secrets . When a change is detected, it triggers a rolling update for the associated workloads (Deployments, StatefulSets, DaemonSets, and Argo Rollouts). This ensures that your application instances are restarted and initialized with the latest configuration automatically.
Reloader operates primarily through . By adding simple metadata to your Kubernetes manifests, you tell Reloader exactly what to watch. 1. The "Watch All" Approach reloader by r-1n github
Leaves a background task to automatically renew activation status. Reloader watches for changes in ConfigMaps and Secrets
The core purpose of this tool is to automate the process of reloading applications or modules when source files change, reducing the friction of manual restarts during the coding process. : r-1n/reloader and even Argo Rollouts.
Works seamlessly with Deployments, StatefulSets, DaemonSets, and even Argo Rollouts.