Tag

Pod Eviction

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
May 6, 2024 · Cloud Native

Why Is My Kubernetes Pod OOMKilled Before Reaching Its Memory Limit?

A Kubernetes pod repeatedly restarted with exit code 137 despite not hitting its memory limit, revealing that node‑level memory pressure and QoS‑based eviction caused the pod to be killed, and outlining how to diagnose and prevent such OOMKill events.

OOMKillPod EvictionQoS
0 likes · 9 min read
Why Is My Kubernetes Pod OOMKilled Before Reaching Its Memory Limit?
WeiLi Technology Team
WeiLi Technology Team
Dec 28, 2023 · Operations

Why Pods Get Evicted: Diagnosing DiskPressure in Kubernetes Nodes

This article walks through a real‑world Kubernetes incident where a node’s disk usage exceeded the eviction threshold, causing pods to enter the Evicted state, and details the investigation steps, root‑cause analysis, and practical remediation actions.

AWSDiskPressureKarpenter
0 likes · 6 min read
Why Pods Get Evicted: Diagnosing DiskPressure in Kubernetes Nodes
DevOps Cloud Academy
DevOps Cloud Academy
Oct 5, 2023 · Cloud Native

Balancing Kubernetes Workloads with the Descheduler and Related Tools

This article explains why Kubernetes does not automatically rebalance pods, demonstrates how to use the Descheduler, Node Problem Detector, and Cluster Autoscaler together to detect node pressure, evict overloaded pods, and scale down underutilized nodes for improved cluster efficiency.

Cluster AutoscalerDeschedulerNode Problem Detector
0 likes · 7 min read
Balancing Kubernetes Workloads with the Descheduler and Related Tools
Ops Development Stories
Ops Development Stories
Sep 2, 2021 · Operations

Why Are My Kubernetes Pods Getting Evicted? Diagnosing DiskPressure and Log Bloat

This article explains how to investigate large numbers of evicted Kubernetes pods caused by disk pressure, examines the role of SkyWalking log files stored in EmptyDir volumes, and provides both temporary and permanent solutions to free space and prevent future evictions.

DiskPressureEphemeral StoragePod Eviction
0 likes · 15 min read
Why Are My Kubernetes Pods Getting Evicted? Diagnosing DiskPressure and Log Bloat