Git Product home page Git Product logo

envoy-eds's Introduction

Envoy EDS XDS Server

This is the example of the envoy xds server implementation using grpc streaming api. This example only cover EDS (Endpoint Discovery Service).

Prerequisite

In order to understang this example you should have basic understanding of envot concepts like Cluster, Listener, Route, Endpoint, etc. Basic example of envoy.

xDS

Usecase of xDS server described by envoy documentation. Envoy discovers its various dynamic resources via the filesystem or by querying one or more management servers. Collectively, these discovery services and their corresponding APIs are referred to as xDS.

Envoy provides a way to dynamically configure proxy. In which xDS server can be used. More details about xDS in on envoy documentation.

Quick start

It is recommended to use docker-compose to run the example.

git clone https://github.com/aminmithil/envoy-eds.git

cd envoy-eds

docker-compose up -d

Once all container comes up. you should be able to open a browser to http://localhost:10000. Browser will look something like below.

Output

References

https://github.com/envoyproxy/go-control-plane/tree/master/internal/example

envoy-eds's People

Contributors

aminmithil avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

banna2019 durd07

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.