consul-template + shell 实现“灰度”升级

公司服务部署架构:gitlab+jenkins+自己开发的运维管理平台+consul+aws  ec2(cloudformation 进行云资源配置管理)

1、修改/opt/scripts/ServiceManager.sh 添加随机休眠代码
sleep_times=$(($RANDOM%180+60)) 
sleep $sleep_times

注释: 随机休眠时间为 1 到 3分钟之间随机数。

2、创建consul-template 配置文件添加command_timeout参数
template {
source = "/opt/consul/tmptest.ctmpl"
destination = "/opt/consul/tmptest.properties"
command = "/opt/consul/tmptest.sh"
command_timeout = "300s"
}

3、consul-template 启动脚本
consul-template -consul 127.0.0.1:8500 -config "/opt/consul/tmpl.json"

 

转载于:https://www.cnblogs.com/husbandmen/p/10452146.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值