<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MD Kaleem</title>
    <description>The latest articles on DEV Community by MD Kaleem (@md_kaleem_5c6461dd829ff99).</description>
    <link>https://dev.to/md_kaleem_5c6461dd829ff99</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1765763%2Ffd42dea5-44a3-45e8-a09f-489531f4a150.png</url>
      <title>DEV Community: MD Kaleem</title>
      <link>https://dev.to/md_kaleem_5c6461dd829ff99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/md_kaleem_5c6461dd829ff99"/>
    <language>en</language>
    <item>
      <title>DevOps Buddy App</title>
      <dc:creator>MD Kaleem</dc:creator>
      <pubDate>Sat, 28 Feb 2026 14:16:24 +0000</pubDate>
      <link>https://dev.to/md_kaleem_5c6461dd829ff99/devops-buddy-app-4f6i</link>
      <guid>https://dev.to/md_kaleem_5c6461dd829ff99/devops-buddy-app-4f6i</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-02-28"&gt;DEV Weekend Challenge: Community&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Community
&lt;/h2&gt;




&lt;p&gt;This project is built for beginner DevOps learners and students who struggle with remembering Kubernetes commands and writing YAML files correctly.&lt;/p&gt;

&lt;p&gt;As someone learning DevOps, I noticed that many beginners spend too much time searching for simple kubectl commands or fixing YAML indentation issues.&lt;/p&gt;

&lt;h2&gt;
  
  
  DevOps Buddy is built to simplify that experience.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;




&lt;p&gt;DevOps Buddy is a simple web application that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generates commonly used &lt;code&gt;kubectl&lt;/code&gt; commands&lt;/li&gt;
&lt;li&gt;Generates ready-to-use Kubernetes Deployment YAML&lt;/li&gt;
&lt;li&gt;Provides a beginner-friendly DevOps cheat sheet&lt;/li&gt;
&lt;li&gt;Runs inside Docker&lt;/li&gt;
&lt;li&gt;Can be deployed to Kubernetes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The goal is to help beginners focus on understanding DevOps concepts instead of memorizing syntax 
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;




&lt;p&gt;🔗 GitHub Repository:  &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://github.com/ammukaleem/devops-buddy" rel="noopener noreferrer"&gt;https://github.com/ammukaleem/devops-buddy&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;




&lt;p&gt;The complete source code is available on GitHub.&lt;/p&gt;

&lt;p&gt;Main components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flask backend (Python)&lt;/li&gt;
&lt;li&gt;HTML templates&lt;/li&gt;
&lt;li&gt;Dockerfile&lt;/li&gt;
&lt;li&gt;Kubernetes Deployment and Service YAML files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example command generation logic:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
python
if option == "get_pods":
    command = "kubectl get pods"
 ---

## How I Built It
---
Technologies used:

Python (Flask)

Docker

Kubernetes

HTML/CSS

Git &amp;amp; GitHub

Steps:

Built backend using Flask

Created simple HTML templates

Containerized the app using Docker

Created Kubernetes Deployment &amp;amp; Service YAML

Pushed code to GitHub

#Future Improvements

Add more advanced Kubernetes YAML generators

Add Helm chart generator

Add CI/CD integration

Deploy live version on cloud

---

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
