FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
eBPF- The Linux Superpower That Shows What Your Dashboards Miss
How-ToDevOps

eBPF- The Linux Superpower That Shows What Your Dashboards Miss

via Dev.to DevOpsVlad Levinas4h ago

A production-oriented guide for DevOps engineers, SREs, and Kubernetes platform teams who need visibility beyond what Prometheus and Grafana can provide. 1. The Incident That Changed How I Debug The alert came in at 11:47pm. A payment API was timing out intermittently — not failing, not crashing, just occasionally returning responses that took eight seconds instead of eighty milliseconds. P99 latency was spiking. P50 looked fine. The dashboards showed nothing obviously wrong. Prometheus showed normal CPU utilization. Memory was healthy. Pod restarts were zero. Kubernetes events were clean. The application logs were noisy but inconclusive — timeout errors that said what happened, not why. The backend team checked the database. The network team checked the load balancer. Two hours passed. Then one engineer SSH'd into the node, ran a single command, and within ninety seconds had the answer: TCP retransmits between the API pods and the database pods were spiking to 40% on one specific node

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
1 views

Related Articles

How-To

The Cube That Taught Me to Code

Medium Programming • 3h ago

Data quality testing: how Bruin and dbt take different paths to the same goal
How-To

Data quality testing: how Bruin and dbt take different paths to the same goal

Dev.to • 4h ago

A Funeral for the Coder
How-To

A Funeral for the Coder

Dev.to • 4h ago

Monorepo vs. Polyrepo: How to Choose the Right Strategy for Managing Multiple Services
How-To

Monorepo vs. Polyrepo: How to Choose the Right Strategy for Managing Multiple Services

Medium Programming • 5h ago

How I Learned to Actually Solve Coding Problems (Not Just Write Code)
How-To

How I Learned to Actually Solve Coding Problems (Not Just Write Code)

Medium Programming • 5h ago

Discover More Articles