Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2020面试总结 —— 微服务 #37

Open
fengmiaosen opened this issue Mar 1, 2020 · 0 comments
Open

2020面试总结 —— 微服务 #37

fengmiaosen opened this issue Mar 1, 2020 · 0 comments

Comments

@fengmiaosen
Copy link
Owner

fengmiaosen commented Mar 1, 2020

  1. 微服务设计模式—API Gateway
    https://zhuanlan.zhihu.com/p/31769905

  2. 微服务架构中的 BFF(Backend for Frontend)和网关(API Gateway)
    微服务架构

    https://cloud.tencent.com/developer/news/229123

  3. consul 服务发现、健康检查
    https://github.com/hashicorp/consul

  4. kafka

    Kafka主要用途是数据集成,或者说是流数据集成,以Pub/Sub形式的消息总线形式提供。但是,Kafka不仅仅是一套传统的消息总线,本质上Kafka是分布式的流数据平台,因为以下特性而著名:

    • 提供Pub/Sub方式的海量消息处理。
    • 以高容错的方式存储海量数据流。
    • 保证数据流的顺序。
  5. Kubernetes,简写为 K8S

    用于自动部署,扩展和管理容器化应用程序的开源系统。
    它将组成应用程序的容器组合成逻辑单元,以便于管理和服务发现

参考资料

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant