1 repositorio
Tools that synchronize local configuration files with distributed key-value stores.
Distinct from etcd Metadata Stores: None of the candidates represent a general manager that bridges KV stores to local files via templates.
Explore 1 awesome GitHub repository matching devops & infrastructure · KV-Based Configuration Managers. Refine with filters or upvote what's useful.
confd is a dynamic configuration templating engine and manager that generates local application configuration files using data from environment variables and distributed key-value stores. It functions as a client for stores such as etcd and Consul, monitoring these sources for changes to automate the creation and update of files on the local filesystem. The tool serves as an application process reloader, capable of automatically restarting or signaling dependent applications when their underlying configuration files are modified. This ensures that updated settings from a centralized source of
Generates and manages local configuration files using data stored in etcd or Consul.