---
title: "Kubernetes In Anger"
url: https://daily.dev/posts/kubernetes-in-anger-yjmyys6wg
source_url: https://samof76.space/kubernetes-in-anger.html
type: article
source: "Lobsters"
published: 2026-05-22T13:01:26.815Z
updated: 2026-05-22T13:01:54.708Z
tags: ["aws", "kubernetes", "distributed-systems"]
reading_time: 143
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes In Anger

**[Lobsters](https://daily.dev/sources/lobsters)** · 143 min read · 0 upvotes · 0 comments

## Summary

A production-focused guide for engineers running EKS in anger — not for beginners. Covers two core jobs: building resilient workloads and diagnosing live incidents. Includes a triage sequence to identify failure domains in under 2 minutes, deep dives into EKS Tier-0 components (CoreDNS, VPC CNI, kube-proxy, EBS CSI, Load Balancer Controller), and common failure modes like conntrack exhaustion, ephemeral port exhaustion, NLB/NAT idle timeouts, DNS query limits, and security group connection tracking. Provides concrete kubectl commands, evidence collection scripts, and a step-by-step incident playbook for Tier-0 failures.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://samof76.space/kubernetes-in-anger.html>

## Similar posts on daily.dev

- [Building a Production Style Kubernetes Platform on AWS with Amazon EKS](https://daily.dev/posts/building-a-production-style-kubernetes-platform-on-aws-with-amazon-eks-dh3yqcvc2) · Medium · 3 upvotes · 0 comments
- [Building and Deploying a Containerized Application on Amazon EKS Using Kubernetes](https://daily.dev/posts/building-and-deploying-a-containerized-application-on-amazon-eks-using-kubernetes-io93nnptw) · Medium · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#kubernetes](https://daily.dev/tags/kubernetes), [#distributed-systems](https://daily.dev/tags/distributed-systems)

[View this post on daily.dev](https://daily.dev/posts/kubernetes-in-anger-yjmyys6wg)
