
Managed Kubernetes: EKS Auto Mode & GKE Autopilot vs. Standard
Categories: Cloud Featured Tags: Cloud DevOps
Running Kubernetes well is deceptively hard. The control plane is just the beginning — you still have to care about node pool sizing, OS patching, add-on upgrades, autoscaler tuning, CNI compatibility, observability, and a hundred other things that have nothing to do with your actual workloads. Both AWS and Google Cloud have responded to this with “managed mode” cluster variants: EKS Auto Mode and GKE Autopilot. The pitch is the same: hand us the node layer and we’ll keep it running, just the way you they like.

Gemma 4 — Local AI for Development
Categories: General Featured Tags: Development AI
Google’s Gemma 4 is a surprisingly powerful local agentic AI model that can run on local hardware, making it a very welcome addition to my programming suite of tools. In this Blog I will cover my experience with Gemma 4, how to set it up, and some of the things I have been using it for. I will also cover some of the limitations and challenges I have faced with using a local agentic AI model.

Time Traveling Containers
Categories: General Featured Tags: Cloud DevOps
All my projects start in the same manner, a cool little script, an idea or technology I want to work with or just something curious to me. The literal second I have something compiling I (or the AI Model of the week) would make a Dockerfile for it.
However, a while ago I was working with Google’s BuildPacks, a way to containerize applications for Google Services supporting Multiple languages. I pulled the latest version and …..

GCP Professional Architect Exam 2026
Categories: General Featured Tags: Cloud DevOps
The following are my notes / thoughts and guide to passing the Google Cloud Architecture exam in 2026.
I am unable to post direct questions / examples / answers I can only talk through tips, advice, tricks and topics I found useful.
ANY Listed examples/answers are made by myself based on how I interpret Google’s documentation and how I would answer such a situation!
Helpful links:
As always please refer to the exam certification page for details and guidelines: https://cloud.google.com/learn/certification/cloud-architect

SRE Calculators
Categories: General Featured Tags: SRE DevOps
In this blog I will cover the three calculators I relied on during my time in SRE and that I continue to use as a Cloud Engineer.
What is SRE?
Site Reliability Engineering - “SRE is what you get when you treat operations as if it’s a software problem.” - SRE Google
Unlike the traditional DevOps philosophy of development and operations being under the same team handling all application operations, the goal of Site Reliability is the practical management of operations while teams are implementing features or new developments.

Developers and the Bill
Categories: General Featured Tags: Cloud DevOps FinOps
I have always worked with or in Cloud/Platform teams aspiring to charge back developers for the cost of the cloud resources they consume, but I have never seen it effectively implemented. And while I do not encourage a blameful FinOps team hunting down teams for deploying a first cut application that reached high customer engagement. It is nice when others are mindful to help correctly size an application, opt for scheduling their instances and checking queries/APIs before rushing ahead.