Profile of Godfrey Ogembo

Godfrey Ogembo

Cloud

engineer

Kisumu, Kenya

Portfolio

About

Cloud Engineer with 2+ years of experience in backend development and Cloud Infrastructure automation. Passionate about distributed collaboration, community mentorship, and solving complex problems from first principles.

Back to Portfolio

Engineering Blog

Perspectives on Python backend development, building secure enterprise cloud infrastructure, scaling AWS resources, and fostering engineering culture.

Today on Kubernetes: How to Migrate Live Kubernetes Clusters from Flannel to Cilium Node-by-Node

A hands-on guide to safely executing a live, rolling migration from Flannel to Cilium using Cilium's CiliumNodeConfig CRD, allowing you to migrate a cluster node by node without disrupting existing pod-to-pod communication.

#Kubernetes#Cilium#Flannel#CNI#eBPF#Networking#Migration#DevOps

Domain-Driven NoSQL Data Modeling (A Pragmatic Guide)

How to apply Domain-Driven Design principles to NoSQL databases, avoiding common pitfalls with document, wide column, and graph databases in production.

#Database#NoSQL#DDD#Architecture#MongoDB#Cassandra#Neo4j

Today on Kubernetes: From kubeadm init to eBPF

A hands-on Kubernetes bootstrap on GCP, including the Cilium networking issues that stood between kubeadm init and a working pod-to-pod ping.

#Kubernetes#kubeadm#Cilium#eBPF#Networking#GCP#Troubleshooting

From zero to deployed: A guide to GKE deployments

A walkthrough on building, scaling, and updating applications in GKE using a production mindset.

#Kubernetes#GKE#DevOps#Production#Astro

Gitea 1.26.0 Is Out, Here's What's New and Why I Still Self-Host

A look at the best new features in Gitea 1.26.0, from Terraform state registry to Actions concurrency, plus why self-hosting your Git server still makes sense in 2026.

#Gitea#Self-Hosting#DevOps#Git

Building a Zero Trust AWS Platform for Financial Services: A Complete Guide

How I built a production-ready, compliance-first infrastructure with automated security remediation using Terraform, EKS, and AWS native services.

#AWS#Zero Trust#Terraform#Kubernetes#Security

Scaling Python Backends on AWS: A Practical Guide

How I leveraged EC2, S3, and API Gateway to manage high-throughput IoT data.

#AWS#Python#Flask#Backend