微服务治理之Spring Cloud
最近公司用微服务治理方案开始做项目,一版因为刚接触,出现很多问题,经过半年的开发总结后,一套完整的微服务治理方案应该需要
API网关 (Spring Cloud zuul, kong) 做授权,流量监控,负载均衡,灰度发布等
注册中心(eureka, consul, zk, etcd)
- 配置中心 (Spring Cloud Config, disconf )
- 熔断器 (hystrix)
- 链路追踪 (sleuth)
- 统一日志管理 (ELK)
- 自动化部署 (jenkins + Docker)
今天引用一位博主的githup,供学习参考
https://github.com/yinjihuan/spring-cloud
相关博文:
还没有评论,来说两句吧...