EKS Networking Explained: Why am I running out of IPs? (Part 1)
dev.to·14h·
Discuss: DEV
Flag this post

This is a two part series, Part 1 explains WHY IP exhaustion happens, Part 2 covers solutions and prevention.

It’s a casual morning, your staging environment is working perfectly, you have just deployed 5 new microservices to test a feature, then suddenly, pods are stuck in ‘Pending’ state. You describe the pod to and you see:

0/3 nodes are available: 3 too many pods

But you only have 20 pods total and a 3 m5.large nodes. What gives?

Welcome to EKS IP exhaustions: one of the most confusing problems for beginners, you have plenty of CPU and memory available, but Kubernetes refuses to schedule pods, the culprit? IP addresses.

In this two part series, we’ll demystify EKS networking completely. Part 1 ( this post ) helps you understand WHY this happens and how to diagnose …

Similar Posts

Loading similar posts...