Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkanenobu/envoy-example


https://github.com/mkanenobu/envoy-example

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# envoy-example

Envoy Proxy Example with rate limit

Client -> Envoy Container -> API Server Container

## Command

Run

```bash
docker compose up
```

Request to API Server via Envoy Proxy

Rate limit is set at 1 request/second

```bash
curl http://localhost:8080
```