Java-Interview-Advanced/docs/distributed-system/service-register-gateway-ro...

13 lines
705 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#### 生产环境,微服务生产实践
开发了一个新的服务,线上部署,配合网关动态路由的功能,在网关里配置一下路径和新服务的映射关系,此时请求过来直接就可以走到新的服务里去
对已有服务进行迭代和开发,新版本,灰度发布,新版本部署少数几台机器,通过一个界面,开启这个服务的灰度发布,**此时zuul filter启用按照你的规则把少量的流量打入到新版本部署的机器上去**
观察一下少量流量在新版本的机器上运行是否正常
版本改成current全量机器部署关闭灰度发布功能网关就会把流量均匀分发给那个服务了