Docker Compose Isn't What I Thought It Was
post 7: A practical guide to understanding Docker Compose—what it is, how it works, and the misconceptions that catch most beginners. You've mastere…
Tech news from the best sources
post 7: A practical guide to understanding Docker Compose—what it is, how it works, and the misconceptions that catch most beginners. You've mastere…
Large language models broke the clean "train it, test it, ship it" model of production ML. The thing being operated is now a system that chains prom…
Shadow AI — AI tools in the software lifecycle without approval, ownership, or monitoring — has a new threat model from CNCF. It's a good one, and t…
Most platform teams didn't set out to build "AI infrastructure." They already had Kong running in front of hundreds of REST services on GKE, handlin…
The Problem with Learning Kubernetes Kubernetes documentation is thorough. It's also overwhelming. Terms like "control plane," "kubelet," "etcd," an…
Jump Tables, TLV Footers, and the Real Cost of Reading What You Don't Need You're paying for bytes you never read. A data engineer on a busy pipelin…
I sat the Kubernetes and Cloud Native Associate (KCNA) and passed. KCNA is the entry-level CNCF certification - it covers Kubernetes fundamentals an…
Series: AI-Native SRE Table of Contents The Problem Every On-Call Engineer Knows What FRIDAY Does Architecture Overview Key Design Decisions The Too…
Your backend Pod just crashed. Kubernetes created a new Pod with a completely different IP address. Yet your application didn't notice anything chan…
Originally published on DevToolHub , where I keep this guide updated as CloudNativePG evolves. Running PostgreSQL in Kubernetes used to be a bad ide…
Have you ever wanted to put up a website without worrying about managing a web server, paying for hosting or wrestling with some complex configurati…
Cloud identity management sits at the center of modern IT operations. Whether you are managing a startup environment or a large enterprise infrastru…
You do not need to be a coder or developer to understand open-source communities. If you are curious about how developers actually work, collaborate…
A virtual machine is a mini computer inside another computer in the cloud. Now we are deploying this virtual machine in an operating system called L…
This article serves as a technical follow-up to our KubeCon 2026 coverage, providing a comprehensive deep dive into the architecture and evolution o…
Introduction In modern IT environments, the ability to efficiently manage, test, and secure data infrastructure is essential for supporting innovati…
Argo CD has become the go-to tool for adopting GitOps in Kubernetes environments. Here at Octopus Deploy, we are huge fans of it; in fact, we're lea…
The retirement of Ingress-NGINX in March 2026 forced thousands of platform teams to finally confront a migration they had delayed for years. While G…
KubeCon + CloudNativeCon EU 2026 · Amsterdam · March 23–26 More than 13,000 engineers gathering around infrastructure might sound excessive until yo…
You write a Dockerfile , run docker build , and get an image. But what’s really happening under the hood? Docker isn’t just “building” your app — it…
Two-thirds of organizations running generative AI models are using Kubernetes for inference. Production Kubernetes adoption is at 82%. Fresh Q1 2026…