confd动态生成配置文件

Posted 三木燕

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了confd动态生成配置文件相关的知识,希望对你有一定的参考价值。

下载安装confd

$ mkdir -p $GOPATH/src/github.com/kelseyhightower
$ git clone https://github.com/kelseyhightower/confd.git $GOPATH/src/github.com/kelseyhightower/confd
$ cd $GOPATH/src/github.com/kelseyhightower/confd
$ ./build
[email protected]:~# confd -version
confd 0.12.0-dev

配置文件

confd支持一下数据库作为后端

  • etcd
  • consul
  • vault
  • environment variables
  • redis
  • zookeeper
  • dynamodb
  • stackengine
  • rancher
vim /etc/confd.conf

backend = "etcd"     
log-level = "info"
interval = 10
nodes = [
  "http://configuration.downtown8.cn:2379",
]

 

  

以上是关于confd动态生成配置文件的主要内容,如果未能解决你的问题,请参考以下文章

简易配置中心Confd入手

confd + Nacos | 无代码侵入的配置变更管理

etcd+confd+nginx实现配置动态upstream

confd+etcd实现高可用自动发现

如何利用Confd与Etcd对CoreOS中的服务进行动态重新配置

Confd实现Nginx配置文件自动管理