Coder Social home page Coder Social logo

aeraki's Introduction

Aeraki

 Aeraki

A framework to help you build a service mesh that can understand any layer 7 protocols.

Aeraki [Air-rah-ki] is the Greek word for 'breeze'. While Istio connects microservices in a service mesh, Aeraki provides a framework to allow Istio to support more layer 7 protocols other than just HTTP and gRPC.

Architecture

 Aeraki

Problems to solve

We face some challenges in Istio traffic management:

  • Istio has limited build-in support to layer 7 protocols other than HTTP and gRPC.
  • It's not feasible to add these protocols directly into Istio codes because it will make the Istio code base too complex to maintain.

To address these problems, Aeraki works alongside Istio, providing an extendable service mesh control plane to allow the traffic management of any layer 7 protocols.

Aeraki is a standalone component in the service mesh control plane. It doesn't touch the Istio code, but leverage the EnvoyFilter API to push the needed configuration to the Envoy proxies.

Aeraki is a control plane framework for layer 7 protocol traffic management. We plan to support most of the widely used protocols such as Dubbo, Thrift, TARS, Redis, MySql, etc. If you're using a proprietary protocol, you can also write your own Aeraki plugin to support it in a service mesh.

Note:
Even though Aeraki is a standalone component, it does depend on Istio xds-mcp API and the configuration format generated by Pilot.

Feature list:

  • Dubbo
    • [Done] Default routing
    • [Done] Version-based routing
    • [Done] Traffic splitting
    • [Todo] Header based routing
  • Thrift
    • [Done] Default routing
    • [Done] Version-based routing
    • [Done] Traffic splitting
    • [Todo] Header based routing
    • [Todo] Rate limit
  • Redis
    • [Todo] Sharding
    • [Todo] Traffic mirroring
  • [Todo] MySql
  • [Todo] MongoDB
  • [Todo] Postgres
  • [Todo] RocketMQ
  • [Todo] ZooKeeper
  • ...

Thrift and Dubbo traffic management demo

Thrift and Dubbo traffic management demo

Contact

If you're interested in contributing this project, please reach out to [email protected]

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.