Skip to main content

What scenarios cause Kubernetes components to enter thundering herd behavior?

Senior Kubernetes
Quick Answer Thundering herd happens when many components simultaneously reconnect to the API server after a network partition or API server restart รขโ‚ฌโ€ all sending list requests at once. This floods the API server with expensive list operations. Kubernetes uses exponential backoff with jitter in client reconnection logic to spread reconnections over time.

Answer

Many controllers react to same event simultaneously, flooding API server.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice