<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Home on DevOps Engineer | Cloud-Native &amp; Kubernetes Specialist</title>
    <link>https://elmiabdullahi.com/</link>
    <description>Recent content in Home on DevOps Engineer | Cloud-Native &amp; Kubernetes Specialist</description>
    <image>
      <title>DevOps Engineer | Cloud-Native &amp; Kubernetes Specialist</title>
      <url>https://elmiabdullahi.com/images/og-image.svg</url>
      <link>https://elmiabdullahi.com/images/og-image.svg</link>
    </image>
    <generator>Hugo -- 0.146.0</generator>
    <language>en-us</language>
    <copyright>2025 Elmi Abdullahi</copyright>
    <lastBuildDate>Fri, 15 Nov 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://elmiabdullahi.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Production-Grade AKS Cluster with Terraform</title>
      <link>https://elmiabdullahi.com/projects/aks-terraform-cluster/</link>
      <pubDate>Sat, 15 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/projects/aks-terraform-cluster/</guid>
      <description>Deploying a fully automated, production-ready Azure Kubernetes Service cluster using Infrastructure as Code</description>
    </item>
    <item>
      <title>GitOps with ArgoCD and Kubernetes</title>
      <link>https://elmiabdullahi.com/projects/gitops-argocd/</link>
      <pubDate>Mon, 20 May 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/projects/gitops-argocd/</guid>
      <description>Implementing a complete GitOps workflow for continuous deployment using ArgoCD on Kubernetes</description>
    </item>
    <item>
      <title>Multi-Cloud Infrastructure with Terraform</title>
      <link>https://elmiabdullahi.com/projects/multicloud-terraform/</link>
      <pubDate>Wed, 10 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/projects/multicloud-terraform/</guid>
      <description>Building a resilient multi-cloud infrastructure spanning Azure and GCP using Terraform modules</description>
    </item>
    <item>
      <title>Kubernetes Observability Stack</title>
      <link>https://elmiabdullahi.com/projects/kubernetes-observability/</link>
      <pubDate>Tue, 05 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/projects/kubernetes-observability/</guid>
      <description>Implementing comprehensive monitoring and observability with Prometheus, Grafana, and Loki on Kubernetes</description>
    </item>
    <item>
      <title>Getting Started with GitOps: A Practical Guide</title>
      <link>https://elmiabdullahi.com/blog/gitops-introduction/</link>
      <pubDate>Fri, 15 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/blog/gitops-introduction/</guid>
      <description>Learn the fundamentals of GitOps and how to implement it with ArgoCD for Kubernetes deployments</description>
    </item>
    <item>
      <title>Kubernetes Troubleshooting: A Practical Guide</title>
      <link>https://elmiabdullahi.com/blog/kubernetes-troubleshooting/</link>
      <pubDate>Sun, 20 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/blog/kubernetes-troubleshooting/</guid>
      <description>Essential techniques and commands for debugging Kubernetes applications and cluster issues</description>
    </item>
    <item>
      <title>Terraform Best Practices for Production Infrastructure</title>
      <link>https://elmiabdullahi.com/blog/terraform-best-practices/</link>
      <pubDate>Sun, 15 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/blog/terraform-best-practices/</guid>
      <description>Learn proven patterns and best practices for managing production infrastructure with Terraform</description>
    </item>
    <item>
      <title>404 - Page Not Found</title>
      <link>https://elmiabdullahi.com/404/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/404/</guid>
      <description>&lt;div class=&#34;not-found&#34;&gt;
  &lt;h1&gt;404&lt;/h1&gt;
  &lt;h2&gt;Oops! This page doesn&#39;t exist&lt;/h2&gt;
  &lt;p&gt;The page you&#39;re looking for might have been moved, deleted, or never existed.&lt;/p&gt;
  &lt;div class=&#34;not-found-links&#34;&gt;
    &lt;a href=&#34;https://elmiabdullahi.com/&#34; class=&#34;btn&#34;&gt;🏠 Go Home&lt;/a&gt;
    &lt;a href=&#34;https://elmiabdullahi.com/projects/&#34; class=&#34;btn&#34;&gt;📁 View Projects&lt;/a&gt;
    &lt;a href=&#34;https://elmiabdullahi.com/blog/&#34; class=&#34;btn&#34;&gt;📝 Read Blog&lt;/a&gt;
  &lt;/div&gt;
  &lt;div class=&#34;not-found-search&#34;&gt;
    &lt;p&gt;Or try searching:&lt;/p&gt;
    &lt;a href=&#34;https://elmiabdullahi.com/search/&#34; class=&#34;btn-outline&#34;&gt;🔍 Search&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;
.not-found {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.not-found h1 {
  font-size: 8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1;
}

.not-found h2 {
  font-size: 1.8rem;
  margin: 1rem 0;
  color: var(--primary);
}

.not-found p {
  color: var(--secondary);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.not-found-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.not-found .btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--code-bg);
  color: var(--primary);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid var(--border);
}

.not-found .btn:hover {
  background: var(--accent-primary, #3b82f6);
  color: white;
  transform: translateY(-2px);
}

.not-found-search {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.not-found .btn-outline {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--border);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.not-found .btn-outline:hover {
  border-color: var(--accent-primary, #3b82f6);
  color: var(--accent-primary, #3b82f6);
}
&lt;/style&gt;</description>
    </item>
    <item>
      <title>About Me</title>
      <link>https://elmiabdullahi.com/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/about/</guid>
      <description>Learn more about my DevOps journey, skills, and experience</description>
    </item>
    <item>
      <title>Certifications</title>
      <link>https://elmiabdullahi.com/certifications/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/certifications/</guid>
      <description>Professional certifications in Cloud, Kubernetes, and DevOps technologies</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://elmiabdullahi.com/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://elmiabdullahi.com/contact/</guid>
      <description>Get in touch for DevOps consulting, collaboration, or just to say hello</description>
    </item>
  </channel>
</rss>
