Tagged articles
2 articles
Page 1 of 1
Cloud Native Technology Community
Cloud Native Technology Community
Jan 13, 2020 · Cloud Native

Why Images Fail to Load: Debugging TCP Listen/Accept Queues in Kubernetes Nginx Pods

This article walks through a step‑by‑step investigation of missing image loads in a Kubernetes ingress‑backed Nginx service, revealing how TCP SYN and accept queues can overflow, how to inspect kernel counters, and multiple ways to raise the somaxconn and Nginx backlog limits for high‑traffic workloads.

KubernetesTCPlisten queue
0 likes · 17 min read
Why Images Fail to Load: Debugging TCP Listen/Accept Queues in Kubernetes Nginx Pods
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 22, 2018 · Backend Development

Why Short TCP Connections Fail: Decoding Errors 110 & 99 and Fixes

When clients frequently use short TCP connections they often encounter error 110 (connection timeout) and error 99 (cannot assign requested address), which stem from TIME‑WAIT port exhaustion and server listen‑queue overflow, and this article explains the causes and practical solutions.

EADDRNOTAVAILLinux kernelTCP
0 likes · 9 min read
Why Short TCP Connections Fail: Decoding Errors 110 & 99 and Fixes