Coder Social home page Coder Social logo

virtualstaticvoid / envoy_experiments Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 183 KB

Experiments using Envoy Proxy

License: MIT License

Shell 5.15% Lua 0.10% Dockerfile 2.70% Python 67.79% HTML 18.47% Ruby 5.79%
prototype rabbitmq ruby httpbin redis postgresql grafana prometheus docker docker-compose

envoy_experiments's Introduction

Envoy Proxy Prototype

This is an example to illustrate the use of Envoy as a service sidecar proxy in a service orientated architecture.

Envoy is also used at the edge, as a layer 7 proxy, to route HTTP requests to the backend HTTP services via there respective Envoy proxy.

Each backend service connects onto dependent services, such as Postgres, Redis and RabbitMQ, via Envoy as a TCP proxy.

This provides a number of benefits, the greatest being for operational visibility, since all network traffic is proxied by Envoy, and Envoy is fully instrumented, it's possible to collect and collate all the metrics into a single dashboard.

TODO

  • gateway
    • http routing
    • admin interface
  • service which consumes postgres
    • postgres tcp routing
    • admin interface
  • service which consumes redis
    • redis tcp routing
    • admin interface
  • service which consumes rabbitmq
    • publisher
    • subscriber (worker)
    • rabbitmq tcp routing
    • admin interface
  • metrics collection via prometheus
  • zipkin
  • grafana
    • envoy dashboard
    • service dashboard
    • prometheus dashboard
    • grafana dashboard
  • service discovery
  • vagrant setup
  • architecture diagrams
  • complete readme

Overview

Architecture

Flows

What's Not Implemented

Prerequisites

Linux Install

Windows Install

Getting Started

Development Environment

Code Tour

Consuming the API

Notes

Further Reading

License

MIT License. Copyright (c) 2018 Chris Stefano. See LICENSE for details.

envoy_experiments's People

Contributors

virtualstaticvoid avatar

Watchers

 avatar  avatar

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.