GithubHelp home page GithubHelp logo

dumbokitty / envoy-microservices-patterns Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christian-posta/envoy-microservices-patterns

0.0 0.0 0.0 200 KB

Set of demos to demonstrate Envoy Proxy for resilient microservices patterns

Shell 49.23% Java 50.77%

envoy-microservices-patterns's Introduction

Microservices Patterns with Envoy Proxy

... from this blog: http://blog.christianposta.com

The intention of these demos is to help a reader understand how the Envoy Proxy can be used to implement resilient microservices patterns. Each demo focuses on different Envoy Proxy configurations that can be used to implement the desired behavior.

Overview

To run the examples, make sure you have access to a docker daemon. If you type:

docker ps

You should see a response without errors.

Running the demos

To start a demo, run the script (or do it manually) and pass in the parameters for the demo you want to run. Each demo configures the Envoy Proxy differently and may experience different behaviors.

The format for bootstrapping a demo is:

./docker-run.sh -d <demo_name>

For example, to run the circuit-breaker demo:

./docker-run.sh -d circuit-breaker

You can stop the http-client's respective demos with:

./docker-stop.sh

The other various scripts allow us to run the http client (which will be proxied by Envoy):

  • run-http-client.sh - runs the Java http client using environment variables specified for each demo (in each dir's http-client.env file
  • curl.sh - executes a single curl command inside the http-client+envoy container; useful for tests that just need a single (or couple) http calls
  • get-envoy-stats.sh - queries the Envoy Proxy's admin site for statistics that we can use to interrogate the behavior of the demo and verify it
  • reset-envoy-stat.sh - useful for resetting the Envoy Proxy's statistics to re-run some demos/test cases
  • port-forward-minikube.sh useful if using minikube to expose ports locally on your host

Lastly, each demo contains a http-client.env file that controls the settings of the http-client we use. Example:

NUM_THREADS=1
DELAY_BETWEEN_CALLS=0
NUM_CALLS_PER_CLIENT=5
URL_UNDER_TEST=http://localhost:15001/get
MIX_RESPONSE_TIMES=false

We can control the concurrency with NUM_THREADS and the duration with NUM_CALLS_PER_CLIENT. For example, in the above configuration, we'll use a single HTTP connection to make five successive calls with no delays between calls (note that DELAY_BETWEEN_CALLS is 0). We can adjust these settings for each of the demos.

envoy-microservices-patterns's People

Contributors

cch0 avatar christian-posta avatar wliu-zuora 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.