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

Terraform Stacks: A Deep-Dive for Azure Practitioners in Europe

Terraform Stacksjust hit GA onHCP Terraform, and they bring some real structure to the chaos. Think modular, declarative, and way less workspace spaghetti. Build reusablecomponents(a.k.a. modules), bundle them intodeployments, and wire up stacks usingpublish/consume patterns- complete with automated.. read more  

Terraform Stacks: A Deep-Dive for Azure Practitioners in Europe
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks ago
FAUN.dev()

Inside Cloudflare's Worst Outage Since 2019: How a Single Config File Broke the Internet

Cloudflare Cloudflare Workers

A database permissions change led to a Cloudflare outage by creating an oversized feature file, causing network failures initially mistaken for a DDoS attack.

Inside Cloudflare's Worst Outage Since 2019: How a Single Config File Broke the Internet
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks ago
FAUN.dev()

Valkey 9.0 Released: Faster Clusters, New TTL Controls, and Big Networking Gains

Valkey

Valkey 9.0 debuts with atomic slot migrations, hash field expiration, and improved cluster mode support, enhancing data management and scalability.

Valkey 9.0 Released: Faster Clusters, New TTL Controls, and Big Networking Gains
 Activity
@devopslinks added a new tool Valkey , 2 weeks ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks ago
FAUN.dev()

Grafana 12.3 Lands With New Learning Tools, Better Logs, and a Critical Security Fix

Grafana

Grafana 12.3 enhances user experience with interactive learning, improved logs visualization, and a critical security fix, alongside new features like dashboard image export and expanded data source support.

Grafana 12.3 Lands With New Learning Tools, Better Logs, and a Critical Security Fix
Link
@devopslinks shared a link, 2 weeks, 6 days ago
FAUN.dev()

Visibility at Scale: How Detects Sensitive Data Exposure

Segment gutted its old permissions table—bloated, slow, tangled in logic - and replaced it with a lean, service-based setup. The new stack runs onPostgres,Redis, and a sharply tunedGo API, cutting query times from 1400ms to under 100ms. Clean, fast, and centralized... read more  

Visibility at Scale: How Detects Sensitive Data Exposure
Link
@devopslinks shared a link, 2 weeks, 6 days ago
FAUN.dev()

Terraform vs. Pulumi vs. Crossplane: Choosing the right IaC Tool for your platform

Terraform, Pulumi, and Crossplane take very different routes to Infrastructure as Code.Terraformsticks to a declarative HCL model with a massive provider ecosystem.Pulumiflips the script—developers write infrastructure in real languages, so logic is testable and dynamic.Crossplane? It runs inside Ku.. read more  

Terraform vs. Pulumi vs. Crossplane: Choosing the right IaC Tool for your platform
Link
@devopslinks shared a link, 2 weeks, 6 days ago
FAUN.dev()

How Google, Amazon, and CrowdStrike broke millions of systems

AWS. Google Cloud. Azure. CrowdStrike. All hit hard by dumb bugs with big blast radii - race conditions, nulls, misfired configs. Small cracks. Massive fallout. AWS's DNS automation knocked out its DynamoDB endpoint, dragging 113 services down with it. Google Cloud’s global APIs fell over from a str.. read more  

How Google, Amazon, and CrowdStrike broke millions of systems
Link
@devopslinks shared a link, 2 weeks, 6 days ago
FAUN.dev()

Notes on switching to Helix from vim

Helix keeps things lean - and that's the point. It ships withLSP support, multi-cursor editing, and smart search baked in. No dotfile gymnastics required. That alone has peeled some loyalists off Vim and Neovim. Still rough around the edges. No persistent undo. No auto-reload. Markdown support's a b.. read more  

Notes on switching to Helix from vim
Link
@devopslinks shared a link, 2 weeks, 6 days ago
FAUN.dev()

Creating VMs in separate ZFS filesystems

A dev split KVM/QEMU VMs out of a shared ZFS directory and into their own ZFS filesystems. Why? Snapshot rollbacks. Finer-grained storage control. Clean. The new setup rides a fresh ZFS pool tuned with a 64KBrecordsizefor QCOW2 images. That lines up virtual disk performance with the real IO under th.. read more