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

Shift Left Did Not Fix It

Shift left has become a buzzword, but merely moving testing earlier doesn't address the core issue of authority and decision-making in quality assurance. AI may offer quicker testing, but it doesn't comprehend risk like human testers do - beware the dangerous lie that AI can replace thorough, critic.. read more  

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

Terraform is dead

Graham Gilbert argues Terraform is effectively dead, kept alive only by inertia: HCL forced engineers to translate intent (the diagrams, paragraphs, and constraints that actually describe systems) into a DSL that nobody naturally thinks in, while fragmenting infrastructure, application logic, polici.. read more  

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

The invisible engineering behind Lambda’s network

AWS engineers explain how the Lambda team rebuilt VPC networking so they can keep per-invocation setup off the hot path and run dense microVM workers at scale... read more  

The invisible engineering behind Lambda’s network
Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

Finding zombies in our systems: A real-world story of CPU bottlenecks

After a network outage crisis, Pinterest's ML Platform team discovered high Kubernetes agent CPU usage was causing critical Ray training job failures. The team's deep profiling strategy revealed a rarely seen flaw in how Kubelet was handling memory cgroup iterations... read more  

Finding zombies in our systems: A real-world story of CPU bottlenecks
Link
@devopslinks shared a link, 1 week, 1 day ago
FAUN.dev()

AI in SRE: What's Actually Coming in 2026

AI in SRE is evolving, with true value in Root Cause Analysis and Pre-Change Impact Analysis, not autonomous remediation or AI replacing SREs - it's about collaboration and focus evolution... read more  

Link
@devopslinks shared a link, 2 weeks, 1 day 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, 2 weeks, 1 day 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, 2 weeks, 1 day 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, 2 weeks, 1 day 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, 2 weeks, 1 day 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 Â