Skip to content

fengyoutian/micro-service

Repository files navigation

慕课网: Docker+Kubernetes(k8s)微服务容器化实践

用户服务

  • 用户登录
  • 用户注册
  • 用户基本信息查询
  • 无状态,无session
  • 单点登录

课程服务

  • 登录验证
  • 课程的curd

信息服务

  • 发送邮件
  • 发送短信

用户的 edgeservice

课程的 edgeservice

API GATEWAY