Consul
安装部署
MacOS
bash
brew tap hashicorp/tap
brew install hashicorp/tap/consul
# 启动服务
brew services start consul
# 停止
brew services stop consul
# 重启服务
brew services restart consul
brew tap hashicorp/tap
brew install hashicorp/tap/consul
# 启动服务
brew services start consul
# 停止
brew services stop consul
# 重启服务
brew services restart consul