Notes from operating other people's infrastructure.

What we learn running production estates with agents and engineers. Written by the people on call.

Why Preview Environments Are Critical for AI-Driven Development
FeaturedPlatform Engineering May 13, 2026 · 6 min read

Why Preview Environments Are Critical for AI-Driven Development

AI coding tools are generating code faster than teams can validate it, breaking the workflows built for slower development cycles. Preview environments are the platform infrastructure that closes the gap. Not a developer convenience, but a governance layer for AI-assisted development.

Read more

All posts

6 of 6
How to Build a Terraform Provider from Scratch
Platform EngineeringDevOps
April 29, 2026 · 9 min read

How to Build a Terraform Provider from Scratch

A practical guide for platform engineers who need Terraform to manage an internal or third-party API. Learn how providers work, when to build one, and how to structure one with the Terraform Plugin Framework.

Read more
How to Choose a Kubernetes Gateway API Implementation
KubernetesNetworking
April 15, 2026 · 12 min read

How to Choose a Kubernetes Gateway API Implementation

Envoy Gateway, Istio, NGINX, Traefik, and KGateway compared across spec alignment, security, extensibility, and governance. A practical guide to picking the right Gateway API controller for your platform.

Read more
Emerging agentic adoption models I saw at KubeCon Amsterdam 2026
KubernetesKubeCon
April 1, 2026 · 9 min read

Emerging agentic adoption models I saw at KubeCon Amsterdam 2026

Three distinct models of AI agent adoption are emerging in the cloud-native ecosystem. After attending KubeCon Europe 2026 in Amsterdam, here is a practical framework for understanding where the industry stands and where it is heading.

Read more
Why Your Multi-Cloud Cost Reporting Is Broken And How FOCUS Fixes It
FinOpsFOCUS
March 3, 2026 · 8 min read

Why Your Multi-Cloud Cost Reporting Is Broken And How FOCUS Fixes It

AWS, Azure, and GCP each expose billing data in different schemas. FOCUS is the open spec that unifies them into one model, so your cost queries work across providers without rewrites.

Read more
Kubernetes Gateway API: when Ingress isn't enough and what to use instead
KubernetesNetworking
February 1, 2026 · 9 min read

Kubernetes Gateway API: when Ingress isn't enough and what to use instead

Ingress solved basic HTTP routing, but modern platforms need more. A practical look at K8S Gateway API and how it improves on Ingress traffic.

Read more