Back to all scenarios
Scenario #118
Networking
K8s v1.22, AWS EKS

Intermittent Latency Due to Overloaded Network Interface

Intermittent network latency occurred due to an overloaded network interface on a single node.

Find this helpful?
What Happened

One node had high network traffic and was not able to handle the load, causing latency spikes.

Diagnosis Steps
  • 1Checked node resource utilization and identified that the network interface was saturated.
  • 2Verified that the traffic was not being distributed evenly across the nodes.
Root Cause

Imbalanced network traffic distribution across the node pool.

Fix/Workaround
• Rebalanced the pod distribution across nodes to reduce load on the overloaded network interface.
• Increased network interface resources on the affected node.
Lessons Learned

Proper traffic distribution is key to maintaining low latency.

How to Avoid
  • 1Use autoscaling to dynamically adjust the number of nodes based on traffic load.
  • 2Monitor network interface usage closely and optimize traffic distribution.