Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkanenobu/envoy-example
https://github.com/mkanenobu/envoy-example
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkanenobu/envoy-example
- Owner: mkanenobu
- Created: 2024-02-15T06:00:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T06:10:46.000Z (11 months ago)
- Last Synced: 2024-12-16T01:37:35.425Z (24 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```