Reloader
Reloader copied to clipboard
Feature Request: Support other event sources for reloads
At the moment Reloader supports reloading on changes in Kubernetes resources (e.g. ConfigMap, Secretes). It would be nice to use Reloader with other sources and let it reload deployments (etc.) on other [custom] events as well (e.g. cloud storage bucket contents change).
Rather than adding integrations one by one, it would be nice to have an extension mechanism for developing custom sources for reload events.
As minimum Reloader could deploy a K8s service that would allow triggering the reload.