Manage local application configuration files using templates and data from multiple backends.
confd
is a lightweight configuration management tool focused on:
- keeping local configuration files up-to-date using data stored in etcd, consul, dynamodb, redis, vault, zookeeper, aws ssm parameter store or env vars and processing template resources.
- reloading applications to pick up new config file changes
Go 1.12 is required to build confd, which uses Go Modules
$ git clone https://github.com/abtreece/confd.git
$ cd confd
$ make
You should now have confd
in your bin/
directory:
$ ls bin/
confd
Before we begin be sure to download and install confd.
Check out the docs directory for more docs.
from https://github.com/abtreece/confd
No comments:
Post a Comment