Runbook

Traefik Ingress Route Rate Limit Policy Violations

Back to Runbooks

Overview

Traefik Ingress Route Rate Limit Policy Violations occur when there are breaches of the rate limit policies set in Traefik-managed routes. Traefik is a popular open-source reverse proxy and load balancer software that is used in Kubernetes environments to provide routing and load balancing capabilities. When a rate limit policy is violated, it means that the allowed rate of requests has been exceeded, which can cause service degradation or outage. This incident type usually requires investigation and remediation to ensure that the rate limit policies are properly configured and enforced.

Parameters

Debug

List all namespaces

List all Traefik pods in the current namespace

Check the logs of a Traefik pod to see if there are any rate limit policy violations

Check the status of the Ingress routes in the current namespace

Describe a specific Ingress route to see if there are any rate limit policies set

Check the annotations of a specific Ingress route to see if there are any rate limit policies set

Check the configuration of the Traefik deployment to ensure that rate limit policies are correctly configured

Repair

Increase the rate limit for the affected routes to accommodate the incoming traffic.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.