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

https://github.com/emissary-ingress/ratelimit-example

Basic example implementation of an Envoy Rate Limit Service that works with Emissary-ingress.
https://github.com/emissary-ingress/ratelimit-example

Last synced: 8 months ago
JSON representation

Basic example implementation of an Envoy Rate Limit Service that works with Emissary-ingress.

Awesome Lists containing this project

README

          

# Ratelimit-Example

This repository implements the bare-bones plumbing for a demo RateLimit Service. The implementation is not production ready and only for demo and documentation purposes. It is based on the Emissary-ingress docs found here:

Please see [DEVELOPING.md](/DEVELOPING.md) for instructions on using the demo services.

**IMPORTANT** - This is just a demo implementation and does not provide a Production ready implementation. It is up to users of Emissary-ingress to implement their own logic that fits their use case.