Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

Feature Request: Support other event sources for reloads

Open sshcherbakov opened this issue 2 years ago • 1 comments

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.

sshcherbakov avatar Mar 16 '23 13:03 sshcherbakov

As minimum Reloader could deploy a K8s service that would allow triggering the reload.

sshcherbakov avatar Mar 22 '23 12:03 sshcherbakov