perguth / go-ratelimit-chart

Helm chart for https://github.com/envoyproxy/ratelimit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm chart for Global rate limit envoy service

Latest Version Software License Average time to resolve an issue GitHub issues

Overview

With this chart you will be able to deploy the Rate Limit Service in a k8s cluster via helm.

Motivation

The first thing we notice when looking at how rate limit works within Envoy is that Envoy expects you to define a Rate Limit Service. This is because Envoy by itself has no mechanism to tell if a request should be let through, or rate limited. To make things even better, Lyft recently released their version of a service that responds to this interface: Rate limit

For more insights of envoy rate limit architecture, Global rate limit Envoy.

Quick Start

NAME_OF_RELEASE="ratelimiter"
helm install --repo https://charts.softonic.io ${NAME_OF_RELEASE} go-ratelimit

About

Helm chart for https://github.com/envoyproxy/ratelimit


Languages

Language:Mustache 100.0%