George's Blog
menu
Home
DevOps
Cloud Native
Technology
Database
Operating System
Show more ▾
Links
Insights
English ▾
English
Home
DevOps
Cloud Native
Technology
Database
Operating System
Links
Insights
English
DevOps 之使用 Consul 管理配置
2019-06-01
:: George
#
Consul
#
Configuration
#
Service Mesh
之前我们都是自己手动 SSH 到远端服务器,然后为项目添加配置文件,于是有些没有些开发者为了省事,将配置的敏感信息也提交到 Git 仓库中,从而导致服务器信息泄露。
Read more →
微服务之 Consul 集群搭建
2019-05-27
:: George
#
Consul
#
Cluster
#
Go
#
Micro Service
#
Service Mesh
随着单体应用的越发的庞大,我们不得不着力于拆分原有的单体应用为微服务。但与此同时遇到的问题就是如何管理这些服务?Consul 就是为了解决这一问题而诞生的!
Read more →