Coder Social home page Coder Social logo

Comments (2)

popozy avatar popozy commented on July 24, 2024

其实总的来看Envoy作为数据面的data api的发展史,主要是以下几点:

  • v1版本开发了SDS来作服务发现,开源后社区贡献者比照着这个API又重新实现了一遍
  • v1的REST 北向API提供了统一的接口,南向具备SDS,LDS等各种服务发现能力--json polling
  • 基于性能等方面的考虑,v2应运而生,亮点是:
    • 采用gRPC流式API,避免轮询
    • 以固定特性集向前兼容老的json/yaml格式api
  • 展望后续的控制面及数据面,可能会出现{控制平面}x(通用数据面API)x{数据平面}的多种排列组合方式出现

from blog-comments.

popozy avatar popozy commented on July 24, 2024

深入源码去探究在Istio中pilot是如何与Envoy的数据面完成通信的将在后续的博客中继续更新

from blog-comments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.