<?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: chitranjan Jegadeesan</title>
    <description>The latest articles on DEV Community by chitranjan Jegadeesan (@chitranjan_jegadeesan).</description>
    <link>https://dev.to/chitranjan_jegadeesan</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3977380%2F9c580bd3-0fa7-4112-bdf9-2a0604ce591c.jpg</url>
      <title>DEV Community: chitranjan Jegadeesan</title>
      <link>https://dev.to/chitranjan_jegadeesan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chitranjan_jegadeesan"/>
    <language>en</language>
    <item>
      <title>Learn a real production Kubernetes platform by running one — offline, on your laptop, in 5 minutes</title>
      <dc:creator>chitranjan Jegadeesan</dc:creator>
      <pubDate>Thu, 18 Jun 2026 07:49:22 +0000</pubDate>
      <link>https://dev.to/chitranjan_jegadeesan/learn-a-real-production-kubernetes-platform-by-running-one-offline-on-your-laptop-in-5-minutes-89o</link>
      <guid>https://dev.to/chitranjan_jegadeesan/learn-a-real-production-kubernetes-platform-by-running-one-offline-on-your-laptop-in-5-minutes-89o</guid>
      <description>&lt;p&gt;TL;DR: lab-in-a-box is a single-command, fully offline Kubernetes stack with GitOps, observability, security policies, and a full CI/CD pipeline — and a guided walkthrough that teaches you each layer as it runs. No cloud, no bill. github.com/BubblyWolf/lab-in-a-box&lt;/p&gt;

&lt;p&gt;I wanted to understand how platform teams actually build and run things. Not just "hello world" Kubernetes — the real stuff: Argo CD syncing apps from Git, Prometheus scraping custom metrics, policies blocking bad deployments before they reach the cluster, CI pipelines that sign container images and generate SBOMs.&lt;/p&gt;

&lt;p&gt;The problem? Doing this in the cloud costs money. Tutorials are fragmented. And you never see the wiring between tools.&lt;/p&gt;

&lt;p&gt;So I spent weekends wiring everything together into one reproducible repo. Then I made it run locally with one command.&lt;/p&gt;

&lt;p&gt;What you get in 5 minutes:&lt;/p&gt;

&lt;p&gt;make up         # Kind cluster + Argo CD + Prometheus/Grafana/Loki + Kyverno&lt;br&gt;
make deploy-local  # 3-microservice "Pulse" app with health checks and metrics&lt;br&gt;
make demo       # Argo CD, Grafana, and the app — all open in browser&lt;br&gt;
The full stack:&lt;/p&gt;

&lt;p&gt;☸️ Kind — multi-node Kubernetes cluster in Docker&lt;br&gt;
🔄 Argo CD — GitOps with app-of-apps pattern, Git as source of truth&lt;br&gt;
📊 Prometheus + Grafana + Loki — custom "Pulse" dashboard, metrics-to-logs correlation&lt;br&gt;
🔐 Kyverno + Sealed Secrets + Trivy — admission policies, encrypted secrets, vulnerability scanning&lt;br&gt;
🚀 GitHub Actions — build, scan, SBOM, cosign sign, push to GHCR&lt;br&gt;
🎯 Pulse app — Node.js API, worker, and frontend + Redis — all wired for observability&lt;br&gt;
Why this exists:&lt;/p&gt;

&lt;p&gt;It's a learning environment that doesn't lie. The policies actually block things. The dashboards show real data. The GitOps sync fails if you break the manifests. You can experiment, break, fix, and understand — without a $200 cloud bill or a 2am page.&lt;/p&gt;

&lt;p&gt;What I'd love:&lt;/p&gt;

&lt;p&gt;⭐ Star it if it saves you time or teaches you something&lt;br&gt;
🍴 Fork it to build your own internal platform demo&lt;br&gt;
💬 Tell me what you built, what broke, what I got wrong&lt;br&gt;
Issues, ideas, and PRs welcome. This is a community learning project first.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>kubernetes</category>
      <category>showdev</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
