Skip to content

panxiaoan/spring-cloud-sample

Repository files navigation

Spring Cloud Finchley SR1 Sample

演示技术内容

  • Spring Cloud

    • 注册与发现 Eureka
    • 分布式配置中心
    • 客户端负载均衡和调用 Feign, 基于 Ribbon 实现(默认依赖 Hystrix)
    • 断路器, 服务容错保护 Hystrix
    • 路由网关 Zuul
    • 分布式链路追踪 Sleuth, 使用 Zipkin
      • 自行研究知识点: 数据存储(DB, ElasticSearch), 链路收集(MQ)
  • Kubernetes

    • k8s 安装与配置
    • k8s Dashboard 与 Heapster
    • 应用发布与更新(Jenkins + Docker Registry + K8S)

模块介绍, 请按顺序启动

参考