Terminal Thoughts
Field notes on DevOps patterns, infrastructure tradeoffs, and production lessons from real deployments.
Practical posts for people shipping apps on VPS, Docker, Kubernetes, Nginx, CI/CD, and cloud infra.
Is Kubernetes Still Worth It in 2026? The Substrate Shift and the VMware-to-KubeVirt Reality
A critical review of Kubernetes in 2026, examining the VMware license cost squeeze, KubeVirt migrations, and why K8s is shifting from an orchestrator to a unified data substrate.
Platform Engineering in 2026: 3x Faster Deploys
Platform engineering cuts developer cognitive load by 40-50 percent and triples deploy frequency. Here is what it means for your team.
Postgres 18: Better Autovacuum and Incremental Backups for Ops
Postgres 18 ships incremental backups and much kinder autovacuum. What platform teams should know before upgrading.
Kubernetes 1.37: Metrics API Goes GA, IPVS Set for Removal
Kubernetes 1.37 graduates the Metrics API, starts deprecating kube-proxy IPVS, and adds a rootless kubelet. What changes for your clusters.
Kubernetes Gang Scheduling Goes Native in v1.36
Kubernetes gang scheduling is now native in v1.36. Learn to start AI batch jobs all-or-nothing and stop burning money on half-started workloads.
Flooding Dropper: 850 Malicious npm Packages Explained
Flooding Dropper hides cross-platform trojans in ~850 npm packages targeting dev and CI/CD secrets. Here is the attack chain and how to lock down dependency builds.
AWS Transform GA: Autonomous Tech Debt Remediation
AWS Transform continuous modernization is GA: autonomous tech debt analysis and remediation that generates PRs and merges fixes through your CI/CD pipeline.
OpenCost 1.121: AI inference costs are now visible
OpenCost 1.121 adds Kubernetes-native inference cost tracking for vLLM and llm-d: per-model, per-token AI costs as Prometheus metrics.
Gateway API v1.6: TCPRoute and UDPRoute Change the Game
TCPRoute and UDPRoute graduated to standard in Gateway API v1.6. What changes for Kubernetes teams running non-HTTP workloads.
AI Inference Is Now a Kubernetes Cost Problem
GPU workloads broke Kubernetes cost tracking. OpenCost 1.121.0 is the first inference-aware cost tool. What platform teams need to know now.
How to Reduce GitHub Actions Pipeline Time by 40%
Most pipelines waste 40% or more of their run time on avoidable work. Learn how dependency caching, parallelism, Docker layer caching, and path filters dramatically speed up your GitHub Actions CI/CD.
Zero-Downtime Docker Migrations on AWS
A step-by-step guide to migrating legacy containers to AWS ECS without dropping client requests.
Want the next breakdown?
Follow the build notes on LinkedIn or scan the source on GitHub when new infrastructure posts land.