ContentPosts from @devopslinks..
Link
@devopslinks shared a link, 23 hours ago
FAUN.dev()

Incidents *Will* Happen. Are You (Actually) Prepared?

Joe Mckevitt, CTO of Uptime Labs, argues that incident prevention and incident preparation are not substitutes, and that organizations relying on the heroic engineer who knows the infrastructure at 2amhave a habit, not a strategy. The piece pushes for a deliberate playbook (practiced communication, .. read more  

Link
@devopslinks shared a link, 23 hours ago
FAUN.dev()

S3 Files and the changing face of S3

AWS launchedS3 Files, an EFS-backed feature that mounts any S3 bucket or prefix as an NFS filesystem on EC2, containers, or Lambda, with changes batched back to S3 roughly every 60 seconds. Rather than collapsing file and object semantics into a single model (an early design attempt called "EFS3" th.. read more  

S3 Files and the changing face of S3
Link
@devopslinks shared a link, 23 hours ago
FAUN.dev()

Why Queues Don’t Fix Scaling Problems

Queues do not create capacity, they delay the moment insufficient capacity becomes visible, and sustained overload turns a queue from a smoothing buffer into a cascading failure that takes down databases, connection pools, and consumer instances before it ever hits the queue's own limits... read more  

Link
@devopslinks shared a link, 23 hours ago
FAUN.dev()

I Left Port 22 Open on the Internet for 54 Days. Here's Who Showed Up.

A 54-day SSH honeypot on port 22 logged 268,000+ login attempts from 7,556 IPs, with 99.6% of attackers running a single automated fingerprinting command and only 28 ever opening an interactive shell. The data shows hardcoded IoT credentials and Solana validator hunting dominating the password lists.. read more  

I Left Port 22 Open on the Internet for 54 Days. Here's Who Showed Up.
Link
@devopslinks shared a link, 23 hours ago
FAUN.dev()

Migrating from DigitalOcean to Hetzner: From $1,432 to $233/month With Zero Downtime

A walkthrough of migrating 248 GB of MySQL across 30 databases, 34 Nginx sites, GitLab EE, and Neo4j from a $1,432/month DigitalOcean droplet to a $233/month Hetzner AX162-R dedicated box with no downtime. The path:mydumper/myloaderwith 32 threads for the bulk MySQL 5.7 to 8.0 import, master-to-repl.. read more  

Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

How incidents can teach us about what’s already working well

A famous optical illusion developed by Edward H. Adelson shows that two squares, despite appearing different in shade, are actually the same gray. This illusion demonstrates how the brain processes light, shadow, and objects when interpreting visual signals from the optic nerve. Studying such illusi.. read more  

How incidents can teach us about what’s already working well
Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

The Silent Failure of Reliability Metrics at Scale: Lessons Learned from a Decade of Broken Metrics

At scale, observability breaks whenSLIsand metrics mix different behaviors and lose clear meaning. Complexity grows: more event types, extra labels, and risingcardinality. That bloats queries, slows evaluation pipelines, and distortsPrometheus,PromQL, andElasticmetrics. Why this matters:Teams must t.. read more  

The Silent Failure of Reliability Metrics at Scale: Lessons Learned from a Decade of Broken Metrics
Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

The Human Infrastructure: How Netflix Built the Operations Layer Behind Live at Scale

Netflix has massively scaled its live content, now streaming over nine shows per day with up to 17.9M peak viewers per game, thanks to a complex Broadcast Operations Center, strict transmission quality standards, and a tiered human operations model, including specialized engineering teams and dedica.. read more  

The Human Infrastructure: How Netflix Built the Operations Layer Behind Live at Scale
Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

The most severe Linux threat to surface in years catches the world flat-footed

Publicly released exploit code for a critical privilege escalation vulnerability in Linux, known as CopyFail (CVE-2026-31431), allows attackers to gain root access across all vulnerable distributions with a single piece of code. The researchers from Theori disclosed the vulnerability 5 weeks after n.. read more  

The most severe Linux threat to surface in years catches the world flat-footed
Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

The Software Development Lifecycle Is Dead

AI agents collapse the classicSDLC-requirements,design,implementation,testing,review,deployment- into an intent-driven loop. They generate code, tests, and pipelines together. They commit tomain. Automated verification runs. Deployment and release split withfeature flags... read more Â