Istio Version Control On Kubernetes

Istio has been adopted as a common implementation of service mesh, since more and more companies want to bring Istio into production, the version control of Istio seems a significant problem to solve.

Version control is necessary as Istio components can be treated as the equivalent RPC services like our business services, we need to have an understanding of which version we are using now and what does the next version bring. And some Istio components can cooperate with the others, if we need to upgrade one component we need to upgrade the other components too.

Although the Istio community provides the Istio upgrade method, we don’t actually want to upgrade such a whole thing in one move, it influences so much that we don’t want to risk.

Read more
etcd生产环境实践

etcd生产环境实践

生产环境搭建etcd

以搭建3节点高可用ETCD集群为例,分别在三台主机上初始化ETCD1,ETCD2,ETCD3作为机器IP地址。

Read more
微服务实践四: 配置管理

微服务实践四: 配置管理

配置涵盖程序运行的环境,程序依赖的基础资源地址,程序的行为等。

需求

  • 根据环境读取配置
  • 方便更新配置
  • 基础数据格式为listmap等,常见的配置格式是JSONYAMLXML
Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×