Git Product home page Git Product logo

emissary-1's Introduction

Emissary CircleCI GoDoc

Emissary is a data plane for Envoy https://github.com/envoyproxy/data-plane-api/blob/master/XDS_PROTOCOL.md

Resolvers

Emissary currently supports Consul or Docker API resolvers.

Consul Resolver

The Consul resolver will resolve the service to a list of endpoints using the name of the configured virtual host.

Docker Resolver

The Docker resolver will be looking for a label to identify the destination containers for Envoy. By default the label is emissary.service_name but can be override in the configuration.

Development

dep ensure
make

make will build a single executable emissary and tag a docker image emissary:latest

Run the tests using make:

$ make test
# For more verbosity (`Q=` trick applies to all targets)
$ make test Q=

Examples

Using Emissary with Consul

examples/eds_grpc and examples/eds_az_aware_grpc are two examples on how to use Emissary with Consul.

cd examples/eds_grpc
make
docker-compose up
cd examples/eds_az_aware_grpc
make
docker-compose up

Each example starts 2 "server" containers, which run a trivial http server listening on port 8077. It then starts an envoy instance to serve as the loadbalancer for the upstream server clusters. Additionally we start consul and registrator containers. Finally we start a client which connects to server clusters via envoy.

The examples share the same containers so if you start and stop different examples you may need to clean your stopped containers

docker rm $(docker ps -qa --no-trunc --filter "status=exited")

Using Emissary with Docker API

You can use Emissary to discover local Docker containers and load balance traffic to those via Envoy. You can find a example for this pattern in examples/docker_resolver.

cd examples/docker_resolver
make up

emissary-1's People

Contributors

pryz 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.