Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 447 Bytes

cicd-demo

功能实现

  • 区分stage, prod, test环境

  • 自动化CD & CI

流量切分图

如果图不能正常显示, 可以到本项目的 resource目录查看.

流量切分图

流量分割思路

这里我做了一下的技术选型:

  • traefik(k8s ingress broker)

  • istio(L7层流量分割控制)

不直接用 istio-gateway-ingress 是因为我没钱买 ELB VIP. 😢