<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Durrell Gemuh — Blog</title>
    <link>https://durrellgemuh.com/blog/</link>
    <description>DevOps, cloud, and platform engineering articles.</description>
    <language>en</language>
    <item>
      <title>Progressive Delivery on Kubernetes with Argo Rollouts</title>
      <link>https://durrellgemuh.com/blog/progressive-delivery-on-kubernetes-with-argo-rollouts/</link>
      <guid>https://durrellgemuh.com/blog/progressive-delivery-on-kubernetes-with-argo-rollouts/</guid>
      <pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate>
      <description>Move beyond rolling updates, use Argo Rollouts for canary and blue-green deployments on Kubernetes, with automated analysis and rollback based on real metrics.</description>
    </item>
    <item>
      <title>Why I Moved My Blog from dev.to to My Own Website</title>
      <link>https://durrellgemuh.com/blog/why-i-moved-from-devto-to-my-own-website/</link>
      <guid>https://durrellgemuh.com/blog/why-i-moved-from-devto-to-my-own-website/</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description>The full breakdown of building my own blog instead of relying on dev.to: the stack, the cost ($0/month), the tools, and why owning your content matters more than platform reach. Plus the cross-posting strategy that keeps dev.to as distribution.</description>
    </item>
    <item>
      <title>A DevOps Roadmap for Engineers in Cameroon and Africa (2026)</title>
      <link>https://durrellgemuh.com/blog/a-devops-roadmap-for-engineers-in-cameroon-and-africa/</link>
      <guid>https://durrellgemuh.com/blog/a-devops-roadmap-for-engineers-in-cameroon-and-africa/</guid>
      <pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate>
      <description>A practical, no-fluff DevOps roadmap for engineers in Cameroon and Africa, the exact order to learn Linux, Docker, cloud, IaC, and Kubernetes, and how to turn it into remote work.</description>
    </item>
    <item>
      <title>CloudSentry: A Zero-Cost AWS Security Watchdog I Built in a Weekend</title>
      <link>https://durrellgemuh.com/blog/cloudsentry-zero-cost-aws-security-watchdog/</link>
      <guid>https://durrellgemuh.com/blog/cloudsentry-zero-cost-aws-security-watchdog/</guid>
      <pubDate>Sun, 02 Aug 2026 00:00:00 GMT</pubDate>
      <description>How I built an open-source serverless tool that automates weekly AWS account audits, scores infrastructure 0-100, and delivers prioritized fix commands for $0.21/month.</description>
    </item>
    <item>
      <title>AWS Security Done Right: The Services and Habits That Cut Risk Multiple-Fold</title>
      <link>https://durrellgemuh.com/blog/aws-security-done-right-services-and-habits/</link>
      <guid>https://durrellgemuh.com/blog/aws-security-done-right-services-and-habits/</guid>
      <pubDate>Sun, 02 Aug 2026 00:00:00 GMT</pubDate>
      <description>The AWS services and habits that reduce risk the most, Secrets Manager with rotation, SSM (no SSH keys), least-privilege IAM, CodeConnections, KMS, comprehensive logging (CloudTrail + VPC Flow Logs + S3 access logs), and the guardrails, with runnable Terraform.</description>
    </item>
    <item>
      <title>What an Internal Developer Platform Actually Looks Like</title>
      <link>https://durrellgemuh.com/blog/what-an-internal-developer-platform-actually-looks-like/</link>
      <guid>https://durrellgemuh.com/blog/what-an-internal-developer-platform-actually-looks-like/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>Beyond the buzzword, a working reference for an Internal Developer Platform: Backstage service catalog, golden-path scaffolder, and the paved-road defaults that tie GitOps, observability, and CI/CD together.</description>
    </item>
    <item>
      <title>Setting Up AWS Organizations with SCPs and Centralized Logging</title>
      <link>https://durrellgemuh.com/blog/setting-up-aws-organizations-with-scps-and-centralized-logging/</link>
      <guid>https://durrellgemuh.com/blog/setting-up-aws-organizations-with-scps-and-centralized-logging/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>How to build a multi-account AWS foundation with Terraform, Organizations, OUs, account vending, preventative SCPs, and a tamper-proof centralized CloudTrail.</description>
    </item>
    <item>
      <title>Secrets Management: Vault vs AWS Secrets Manager vs External Secrets</title>
      <link>https://durrellgemuh.com/blog/secrets-management-vault-vs-secrets-manager-vs-external-secrets/</link>
      <guid>https://durrellgemuh.com/blog/secrets-management-vault-vs-secrets-manager-vs-external-secrets/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>A practical comparison of HashiCorp Vault, AWS Secrets Manager, and the External Secrets Operator, how to choose, and how they work together on Kubernetes.</description>
    </item>
    <item>
      <title>GCP Landing Zone from Scratch with Terraform</title>
      <link>https://durrellgemuh.com/blog/gcp-landing-zone-from-scratch-with-terraform/</link>
      <guid>https://durrellgemuh.com/blog/gcp-landing-zone-from-scratch-with-terraform/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>Building a production-grade Google Cloud foundation, resource hierarchy, shared VPC with Cloud NAT, a project factory, and org-policy guardrails. All Terraform, CI-validated.</description>
    </item>
    <item>
      <title>DevSecOps in 30 Minutes: Drop-In Security for Any Repo</title>
      <link>https://durrellgemuh.com/blog/devsecops-in-30-minutes-drop-in-security-for-any-repo/</link>
      <guid>https://durrellgemuh.com/blog/devsecops-in-30-minutes-drop-in-security-for-any-repo/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>A copy-paste DevSecOps toolkit, pre-commit hooks, gitleaks, Trivy, tfsec, checkov, and hadolint wired into one CI pipeline. Security from the first commit, not bolted on after an audit.</description>
    </item>
    <item>
      <title>Building AI Agents for Cloud Operations with AWS Bedrock</title>
      <link>https://durrellgemuh.com/blog/building-ai-agents-for-cloud-operations-with-aws-bedrock/</link>
      <guid>https://durrellgemuh.com/blog/building-ai-agents-for-cloud-operations-with-aws-bedrock/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>How I built 5 production-grade AI agents, DevOps, Cost, Security, Incident, and IaC Review, on AWS Bedrock with guardrails, audit trails, and human-approval gates for write operations.</description>
    </item>
    <item>
      <title>Build a Serverless REST API on AWS in 15 Minutes with Terraform</title>
      <link>https://durrellgemuh.com/blog/build-a-serverless-rest-api-on-aws-in-15-minutes-with-terraform/</link>
      <guid>https://durrellgemuh.com/blog/build-a-serverless-rest-api-on-aws-in-15-minutes-with-terraform/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>A step-by-step guide to deploying a production-ready serverless API, Lambda + API Gateway + DynamoDB, with least-privilege IAM, unit tests, and CI. All Terraform, zero console clicking.</description>
    </item>
    <item>
      <title>AWS Security Baseline in One Terraform Apply</title>
      <link>https://durrellgemuh.com/blog/aws-security-baseline-in-one-terraform-apply/</link>
      <guid>https://durrellgemuh.com/blog/aws-security-baseline-in-one-terraform-apply/</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description>Five Terraform patterns that set up AWS the right way from day one, Secrets Manager, least-privilege IAM, CodeConnections, KMS, and a full security baseline (GuardDuty, Security Hub, Config, Access Analyzer, CloudTrail).</description>
    </item>
    <item>
      <title>The Best DevOps Certifications for African Engineers (2026)</title>
      <link>https://durrellgemuh.com/blog/best-devops-certifications-for-african-engineers/</link>
      <guid>https://durrellgemuh.com/blog/best-devops-certifications-for-african-engineers/</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description>Which DevOps certifications are actually worth it for engineers in Africa, the order to take them, and how to weigh certs against real projects when money is tight.</description>
    </item>
    <item>
      <title>Event-Driven Architecture with EventBridge &amp; Step Functions</title>
      <link>https://durrellgemuh.com/blog/event-driven-architecture-with-eventbridge-and-step-functions/</link>
      <guid>https://durrellgemuh.com/blog/event-driven-architecture-with-eventbridge-and-step-functions/</guid>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
      <description>How to build decoupled, resilient systems on AWS using EventBridge for routing and Step Functions for orchestration, when to use each, and the patterns that keep them maintainable.</description>
    </item>
    <item>
      <title>DynamoDB Data Modeling for DevOps Engineers</title>
      <link>https://durrellgemuh.com/blog/dynamodb-data-modeling-for-devops-engineers/</link>
      <guid>https://durrellgemuh.com/blog/dynamodb-data-modeling-for-devops-engineers/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <description>A practical introduction to DynamoDB data modeling, partition keys, single-table design, access patterns, and the mistakes that cause hot partitions and runaway cost.</description>
    </item>
    <item>
      <title>DevOps Freelancing from Africa: Finding and Keeping International Clients</title>
      <link>https://durrellgemuh.com/blog/devops-freelancing-from-africa-finding-international-clients/</link>
      <guid>https://durrellgemuh.com/blog/devops-freelancing-from-africa-finding-international-clients/</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description>How to build a DevOps freelancing career from Africa, finding international clients, pricing your work, scoping engagements, and keeping clients coming back.</description>
    </item>
    <item>
      <title>Building WeFoundIt: A Full-Stack Lost &amp; Found Platform for Cameroon</title>
      <link>https://durrellgemuh.com/blog/building-wefoundit-lost-and-found-platform/</link>
      <guid>https://durrellgemuh.com/blog/building-wefoundit-lost-and-found-platform/</guid>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
      <description>How I designed, built, and launched a production lost-and-found platform from scratch, FastAPI, Flutter, React, AWS, mobile money, solving a real problem in Cameroon.</description>
    </item>
    <item>
      <title>EKS vs ECS vs Fargate: Choosing AWS Container Compute</title>
      <link>https://durrellgemuh.com/blog/eks-vs-ecs-vs-fargate-choosing-aws-container-compute/</link>
      <guid>https://durrellgemuh.com/blog/eks-vs-ecs-vs-fargate-choosing-aws-container-compute/</guid>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <description>A decision guide for running containers on AWS, when to pick ECS, EKS, or Fargate, the real trade-offs on control, cost, and operational burden, and how to avoid over-engineering.</description>
    </item>
    <item>
      <title>AWS VPC Networking Explained for DevOps Engineers</title>
      <link>https://durrellgemuh.com/blog/aws-vpc-networking-explained-for-devops-engineers/</link>
      <guid>https://durrellgemuh.com/blog/aws-vpc-networking-explained-for-devops-engineers/</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description>A clear, practical mental model of AWS VPC networking, subnets, route tables, gateways, NAT, security groups vs NACLs, and VPC endpoints, without the jargon overload.</description>
    </item>
    <item>
      <title>AWS IAM Least Privilege Without Losing Your Mind</title>
      <link>https://durrellgemuh.com/blog/aws-iam-least-privilege-without-losing-your-mind/</link>
      <guid>https://durrellgemuh.com/blog/aws-iam-least-privilege-without-losing-your-mind/</guid>
      <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical, repeatable approach to least-privilege IAM on AWS, start-deny, use Access Analyzer, scope with conditions, and avoid the wildcard traps that quietly grant too much.</description>
    </item>
    <item>
      <title>Testing Terraform Modules with Terratest (and Cheaper Alternatives)</title>
      <link>https://durrellgemuh.com/blog/terraform-module-testing-with-terratest/</link>
      <guid>https://durrellgemuh.com/blog/terraform-module-testing-with-terratest/</guid>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <description>How to actually test your Terraform, from free static checks (validate, tflint, tfsec) to real integration tests with Terratest, so your modules don't break production.</description>
    </item>
    <item>
      <title>Hardening GitHub Actions: OIDC, Pinned Actions, and Least Privilege</title>
      <link>https://durrellgemuh.com/blog/github-actions-security-hardening-oidc-and-pinned-actions/</link>
      <guid>https://durrellgemuh.com/blog/github-actions-security-hardening-oidc-and-pinned-actions/</guid>
      <pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to securing your GitHub Actions pipelines, replace long-lived cloud keys with OIDC, pin actions to SHAs, scope permissions, and stop supply-chain attacks before they start.</description>
    </item>
    <item>
      <title>Building LogSentry: Detecting Secrets Leaked into Application Logs</title>
      <link>https://durrellgemuh.com/blog/building-logsentry-detecting-secrets-in-application-logs/</link>
      <guid>https://durrellgemuh.com/blog/building-logsentry-detecting-secrets-in-application-logs/</guid>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
      <description>How I built a serverless pipeline on AWS that auto-monitors all CloudWatch log groups, scans for leaked credentials in real-time, sends rate-limited alerts, and provides a dashboard for triage, zero config after deploy.</description>
    </item>
    <item>
      <title>Why Cloud Run + Cloudflare Beats VMs for Multi-Tenant Hosting</title>
      <link>https://durrellgemuh.com/blog/why-cloud-run-cloudflare-beats-vms-for-multi-tenant-hosting/</link>
      <guid>https://durrellgemuh.com/blog/why-cloud-run-cloudflare-beats-vms-for-multi-tenant-hosting/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical breakdown of why serverless Cloud Run behind Cloudflare outperforms always-on VMs for hosting many sites, on cost, scaling, security, and operations, with the trade-offs spelled out.</description>
    </item>
    <item>
      <title>Case Study: Scaling a Multi-Tenant Platform to 5,000+ Sites on Cloud Run &amp; Cloudflare</title>
      <link>https://durrellgemuh.com/blog/case-study-scaling-5000-sites-cloud-run-cloudflare/</link>
      <guid>https://durrellgemuh.com/blog/case-study-scaling-5000-sites-cloud-run-cloudflare/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
      <description>How I designed and operated a multi-tenant hosting platform on Google Cloud Run, fronted by Cloudflare, that serves 5,000+ sites globally, fast, secure, auto-scaling, and load-tested to grow well beyond that.</description>
    </item>
    <item>
      <title>Why African Engineering Talent Is a Competitive Advantage</title>
      <link>https://durrellgemuh.com/blog/why-african-engineering-talent-is-a-competitive-advantage/</link>
      <guid>https://durrellgemuh.com/blog/why-african-engineering-talent-is-a-competitive-advantage/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>From building DevOps infrastructure for global teams from Cameroon, why hiring African cloud and DevOps engineers is a strategic advantage, not a compromise, and how to do it well.</description>
    </item>
    <item>
      <title>Running Kubernetes on a Budget: Lessons From Cost-Constrained Engineering</title>
      <link>https://durrellgemuh.com/blog/running-kubernetes-on-a-budget/</link>
      <guid>https://durrellgemuh.com/blog/running-kubernetes-on-a-budget/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>Practical ways to run Kubernetes without burning money, right-sizing, autoscaling to zero, spot nodes, and the cost-aware habits I learned engineering from a constrained environment.</description>
    </item>
    <item>
      <title>Case Study: Building an Enterprise Kubernetes Platform That Cut Costs 40%</title>
      <link>https://durrellgemuh.com/blog/case-study-enterprise-kubernetes-platform/</link>
      <guid>https://durrellgemuh.com/blog/case-study-enterprise-kubernetes-platform/</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description>A detailed engineering case study, how I designed and operated a production EKS platform serving 50+ microservices and 1M+ requests/day, cutting infrastructure cost 40% and recovery time from 2 hours to 15 minutes.</description>
    </item>
    <item>
      <title>The Reality of Working as a DevOps Engineer in Cameroon</title>
      <link>https://durrellgemuh.com/blog/the-reality-of-working-as-a-devops-engineer-in-cameroon/</link>
      <guid>https://durrellgemuh.com/blog/the-reality-of-working-as-a-devops-engineer-in-cameroon/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>An honest, first-person account of building a DevOps career from Buea, Cameroon, the power cuts, internet bottlenecks, timezone gymnastics, payment hurdles, and the workarounds that actually let me ship for global teams.</description>
    </item>
    <item>
      <title>Cutting AWS &amp; GCP Cloud Costs: A Practical Guide</title>
      <link>https://durrellgemuh.com/blog/cutting-aws-and-gcp-cloud-costs-a-practical-guide/</link>
      <guid>https://durrellgemuh.com/blog/cutting-aws-and-gcp-cloud-costs-a-practical-guide/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>Real, implementable strategies to reduce your AWS and GCP bills by 30-70%, right-sizing, autoscaling, spot/preemptible instances, storage tiering, and the FinOps habits that keep costs down for good.</description>
    </item>
    <item>
      <title>Building an Interlinked DevOps Project Ecosystem</title>
      <link>https://durrellgemuh.com/blog/building-an-interlinked-devops-project-ecosystem/</link>
      <guid>https://durrellgemuh.com/blog/building-an-interlinked-devops-project-ecosystem/</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>Most DevOps portfolios are a pile of disconnected demos. Here's how I built six open-source projects that compose into one enterprise-grade platform, and why that matters more than any single repo.</description>
    </item>
    <item>
      <title>Becoming a DevOps Engineer in Cameroon: A Practical Roadmap</title>
      <link>https://durrellgemuh.com/blog/becoming-a-devops-engineer-in-cameroon/</link>
      <guid>https://durrellgemuh.com/blog/becoming-a-devops-engineer-in-cameroon/</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>How to become a DevOps engineer in Cameroon and work remotely for global teams, the real skills, tools, and path I used to go from local IT to multi-cloud DevOps across six countries.</description>
    </item>
    <item>
      <title>Deploy Your Portfolio Website: GitHub Pages + Cloudflare Custom Domain</title>
      <link>https://durrellgemuh.com/blog/deploy-your-portfolio-website-github-pages-cloudflare-custom-domain/</link>
      <guid>https://durrellgemuh.com/blog/deploy-your-portfolio-website-github-pages-cloudflare-custom-domain/</guid>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <description>Talent Forge Program · Project 1 | Beginner → Intermediate The exact project that proves you can...</description>
    </item>
    <item>
      <title>GKE Gateway API: Full Setup &amp; Troubleshooting Runbook</title>
      <link>https://durrellgemuh.com/blog/gke-gateway-api-full-setup-troubleshooting-runbook/</link>
      <guid>https://durrellgemuh.com/blog/gke-gateway-api-full-setup-troubleshooting-runbook/</guid>
      <pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate>
      <description>I recently went through the full process of setting up GKE Gateway API on a production-grade cluster...</description>
    </item>
    <item>
      <title>Getting Started with Amazon CloudWatch</title>
      <link>https://durrellgemuh.com/blog/getting-started-with-amazon-cloudwatch/</link>
      <guid>https://durrellgemuh.com/blog/getting-started-with-amazon-cloudwatch/</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate>
      <description>Monitoring is one of the most overlooked parts of building systems.  Until something breaks.  Then...</description>
    </item>
    <item>
      <title>What does it really cost to become a DevOps engineer? Getting started in DevOps without spending a dime</title>
      <link>https://durrellgemuh.com/blog/what-does-it-really-cost-to-become-a-devops-engineer-getting-started-i/</link>
      <guid>https://durrellgemuh.com/blog/what-does-it-really-cost-to-become-a-devops-engineer-getting-started-i/</guid>
      <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
      <description>Let's be real, when most people Google "how to become a DevOps engineer," they land on listicles...</description>
    </item>
    <item>
      <title>AWS Service Spotlight: AWS Systems Manager (SSM)</title>
      <link>https://durrellgemuh.com/blog/aws-service-spotlight-aws-systems-manager-ssm/</link>
      <guid>https://durrellgemuh.com/blog/aws-service-spotlight-aws-systems-manager-ssm/</guid>
      <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
      <description>Welcome to my AWS Service Spotlight series, where I break down AWS services, how they work, when to...</description>
    </item>
    <item>
      <title>Terraform Best Practices: From Chaos to Predictable Infrastructure</title>
      <link>https://durrellgemuh.com/blog/terraform-best-practices-chaos-to-predictable-infrastructure/</link>
      <guid>https://durrellgemuh.com/blog/terraform-best-practices-chaos-to-predictable-infrastructure/</guid>
      <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
      <description>How to structure Terraform code for teams of 5-50 engineers, with real patterns that scale and prevent disasters.</description>
    </item>
    <item>
      <title>AWS Cost Optimization: 15 Strategies That Actually Work</title>
      <link>https://durrellgemuh.com/blog/aws-cost-optimization-15-strategies-that-work/</link>
      <guid>https://durrellgemuh.com/blog/aws-cost-optimization-15-strategies-that-work/</guid>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <description>Practical AWS cost optimization techniques that saved my clients 40-70% on their cloud bills, with real examples and implementation guides.</description>
    </item>
    <item>
      <title>Kubernetes Service Mesh: Istio vs Linkerd vs Consul</title>
      <link>https://durrellgemuh.com/blog/kubernetes-service-mesh-comparison-istio-linkerd-consul/</link>
      <guid>https://durrellgemuh.com/blog/kubernetes-service-mesh-comparison-istio-linkerd-consul/</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description>A practical comparison of the three most popular service mesh solutions for Kubernetes, with real-world deployment considerations and performance benchmarks.</description>
    </item>
    <item>
      <title>Building a Complete Monitoring Stack with Prometheus and Grafana using Docker</title>
      <link>https://durrellgemuh.com/blog/building-a-complete-monitoring-stack-with-prometheus-and-grafana-using/</link>
      <guid>https://durrellgemuh.com/blog/building-a-complete-monitoring-stack-with-prometheus-and-grafana-using/</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description>Monitoring your infrastructure shouldn't be complicated. In this guide, I'll show you how to spin up...</description>
    </item>
    <item>
      <title>AWS Service Spotlight: Amazon S3</title>
      <link>https://durrellgemuh.com/blog/aws-service-spotlight-amazon-s3/</link>
      <guid>https://durrellgemuh.com/blog/aws-service-spotlight-amazon-s3/</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description>Welcome to my AWS Service Spotlight series, where I break down AWS services, how they work, when to...</description>
    </item>
    <item>
      <title>How to Update an Elasticsearch/Kibana License Using Kibana Dev Tools</title>
      <link>https://durrellgemuh.com/blog/how-to-update-an-elasticsearch-kibana-license-using-kibana-dev-tools/</link>
      <guid>https://durrellgemuh.com/blog/how-to-update-an-elasticsearch-kibana-license-using-kibana-dev-tools/</guid>
      <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
      <description>Overview   Licensing in the Elastic Stack (Elasticsearch + Kibana) controls access to...</description>
    </item>
    <item>
      <title>Setting Up ArgoCD on Kubernetes CLuster</title>
      <link>https://durrellgemuh.com/blog/setting-up-argocd-on-kubernetes-cluster/</link>
      <guid>https://durrellgemuh.com/blog/setting-up-argocd-on-kubernetes-cluster/</guid>
      <pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate>
      <description>Prerequisites   Before starting, make sure you have these installed:    Docker...</description>
    </item>
    <item>
      <title>PECOS Data Extraction Pipeline - DevOps Documentation</title>
      <link>https://durrellgemuh.com/blog/pecos-data-extraction-pipeline-devops-documentation/</link>
      <guid>https://durrellgemuh.com/blog/pecos-data-extraction-pipeline-devops-documentation/</guid>
      <pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate>
      <description>Overview   The PECOS Data Extraction Pipeline is an enterprise-grade ETL workflow that...</description>
    </item>
    <item>
      <title>LocalTunnel Server Setup Documentation</title>
      <link>https://durrellgemuh.com/blog/localtunnel-server-setup-documentation/</link>
      <guid>https://durrellgemuh.com/blog/localtunnel-server-setup-documentation/</guid>
      <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
      <description>LocalTunnel Server Setup Documentation            1. Files            1.1...</description>
    </item>
    <item>
      <title>Integrating Bitbucket with ArgoCD</title>
      <link>https://durrellgemuh.com/blog/integrating-bitbucket-with-argocd/</link>
      <guid>https://durrellgemuh.com/blog/integrating-bitbucket-with-argocd/</guid>
      <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
      <description>Overview   This guide explains how to set up and connect Bitbucket repositories with ArgoCD...</description>
    </item>
    <item>
      <title>Configure ArgoCD Ingress on GCP with Custom Domain and Auto TLS via cert-manager</title>
      <link>https://durrellgemuh.com/blog/configure-argocd-ingress-on-gcp-with-custom-domain-and-auto-tls-via-ce/</link>
      <guid>https://durrellgemuh.com/blog/configure-argocd-ingress-on-gcp-with-custom-domain-and-auto-tls-via-ce/</guid>
      <pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate>
      <description>Managing secure access to ArgoCD's web UI on Google Cloud Platform (GCP) can be streamlined with...</description>
    </item>
    <item>
      <title>How to Host a Static Website on AWS S3 with GitHub and Configure CloudFront, ACM, and Route 53</title>
      <link>https://durrellgemuh.com/blog/how-to-host-a-static-website-on-aws-s3-with-github-and-configure-cloud/</link>
      <guid>https://durrellgemuh.com/blog/how-to-host-a-static-website-on-aws-s3-with-github-and-configure-cloud/</guid>
      <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
      <description>This guide will walk you through hosting a static website on AWS S3 using your code from GitHub(my...</description>
    </item>
    <item>
      <title>Automate CloudWatch Agent Setup on EC2 with Terraform and AWS SSM</title>
      <link>https://durrellgemuh.com/blog/automate-cloudwatch-agent-setup-on-ec2-with-terraform-and-aws-ssm/</link>
      <guid>https://durrellgemuh.com/blog/automate-cloudwatch-agent-setup-on-ec2-with-terraform-and-aws-ssm/</guid>
      <pubDate>Thu, 18 Sep 2025 00:00:00 GMT</pubDate>
      <description>Automate CloudWatch Agent Setup on EC2 with Terraform and AWS SSM   Managing monitoring...</description>
    </item>
    <item>
      <title>Deploying and Managing HashiCorp Vault in Kubernetes with HA and Raft Storage</title>
      <link>https://durrellgemuh.com/blog/deploying-and-managing-hashicorp-vault-in-kubernetes-with-ha-and-raft/</link>
      <guid>https://durrellgemuh.com/blog/deploying-and-managing-hashicorp-vault-in-kubernetes-with-ha-and-raft/</guid>
      <pubDate>Sat, 13 Sep 2025 00:00:00 GMT</pubDate>
      <description>Vault is a powerful secrets management tool. Running Vault on Kubernetes in HA mode with Raft backend...</description>
    </item>
    <item>
      <title>Accessing HashiCorp Vault UI in Kubernetes with LoadBalancer Service</title>
      <link>https://durrellgemuh.com/blog/accessing-hashicorp-vault-ui-in-kubernetes-with-loadbalancer-service/</link>
      <guid>https://durrellgemuh.com/blog/accessing-hashicorp-vault-ui-in-kubernetes-with-loadbalancer-service/</guid>
      <pubDate>Sat, 13 Sep 2025 00:00:00 GMT</pubDate>
      <description>After successfully deploying Vault in Kubernetes with High Availability (HA) and Raft storage,...</description>
    </item>
    <item>
      <title>GitFlow Branching Strategy: The Complete Guide (Commands, Diagram &amp; Best Practices)</title>
      <link>https://durrellgemuh.com/blog/master-your-workflow-with-gitflow-a-branching-strategy-for-seamless-de/</link>
      <guid>https://durrellgemuh.com/blog/master-your-workflow-with-gitflow-a-branching-strategy-for-seamless-de/</guid>
      <pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate>
      <description>A complete guide to the GitFlow branching strategy, main, develop, feature, release, and hotfix branches, the git-flow commands, naming conventions, and when to use it.</description>
    </item>
    <item>
      <title>Deploying Agents on Windows &amp; Linux Without SSH Using AWS SSM and Parameter Store</title>
      <link>https://durrellgemuh.com/blog/deploying-agents-on-windows-linux-without-ssh-using-aws-ssm-and-parame/</link>
      <guid>https://durrellgemuh.com/blog/deploying-agents-on-windows-linux-without-ssh-using-aws-ssm-and-parame/</guid>
      <pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate>
      <description>Accessing servers via SSH or RDP just to install or configure monitoring agents isn’t scalable or...</description>
    </item>
    <item>
      <title>Node-RED Kubernetes Deployment &amp; Password Management Guide</title>
      <link>https://durrellgemuh.com/blog/node-red-kubernetes-deployment-password-management-guide/</link>
      <guid>https://durrellgemuh.com/blog/node-red-kubernetes-deployment-password-management-guide/</guid>
      <pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate>
      <description>Deploying Node-RED on Kubernetes is a powerful way to run your low-code workflows at scale. In this...</description>
    </item>
    <item>
      <title>Launch AWS EC2 Instances with Terraform Using Custom User Data Scripts</title>
      <link>https://durrellgemuh.com/blog/launch-aws-ec2-instances-with-terraform-using-custom-user-data-scripts/</link>
      <guid>https://durrellgemuh.com/blog/launch-aws-ec2-instances-with-terraform-using-custom-user-data-scripts/</guid>
      <pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate>
      <description>Automating AWS EC2 instance launches with Terraform is powerful, but adding custom user data scripts...</description>
    </item>
    <item>
      <title>Easily Deploy Datadog AWS Integration with Terraform and CloudFormation</title>
      <link>https://durrellgemuh.com/blog/easily-deploy-datadog-aws-integration-with-terraform-and-cloudformatio/</link>
      <guid>https://durrellgemuh.com/blog/easily-deploy-datadog-aws-integration-with-terraform-and-cloudformatio/</guid>
      <pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
      <description>I just published a GitHub repository that simplifies deploying the Datadog AWS integration using...</description>
    </item>
    <item>
      <title>Assigning a Domain Name to Your Service with Apache Reverse Proxy on Ubuntu (Jenkins, SonarQube, Grafana, etc.)</title>
      <link>https://durrellgemuh.com/blog/assigning-a-domain-name-to-your-service-with-apache-reverse-proxy-on-u/</link>
      <guid>https://durrellgemuh.com/blog/assigning-a-domain-name-to-your-service-with-apache-reverse-proxy-on-u/</guid>
      <pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate>
      <description>When you deploy services like Jenkins (8080), SonarQube (9000), or Grafana (3000), by default they...</description>
    </item>
    <item>
      <title>Resetting Apache Archiva Admin Password in a Docker Container</title>
      <link>https://durrellgemuh.com/blog/resetting-apache-archiva-admin-password-in-a-docker-container/</link>
      <guid>https://durrellgemuh.com/blog/resetting-apache-archiva-admin-password-in-a-docker-container/</guid>
      <pubDate>Fri, 22 Aug 2025 00:00:00 GMT</pubDate>
      <description>Sometimes, you may need to reset the admin password for Apache Archiva running inside a Docker...</description>
    </item>
  </channel>
</rss>
