A config management service
- dcserver: config manage api server, config file will be published with http api (README)
- dcagent: config agent, client can get config from dcagent with http api (README)
- etcd: config storage backend
publish config(http api)
/
dcserver
|
etcd
|
dcagent-(optional persistent)
| get config(http api)
client