<?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>Forem: BHARAT PRAKASH INANI</title>
    <description>The latest articles on Forem by BHARAT PRAKASH INANI (@inanibharat).</description>
    <link>https://forem.com/inanibharat</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%2F3664638%2F6dc6307b-4e45-436c-b256-576a6965990e.png</url>
      <title>Forem: BHARAT PRAKASH INANI</title>
      <link>https://forem.com/inanibharat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/inanibharat"/>
    <language>en</language>
    <item>
      <title>Kubernetes Architecture Explained (Without the Confusion)</title>
      <dc:creator>BHARAT PRAKASH INANI</dc:creator>
      <pubDate>Thu, 23 Apr 2026 08:35:08 +0000</pubDate>
      <link>https://forem.com/inanibharat/kubernetes-architecture-explained-without-the-confusion-4a86</link>
      <guid>https://forem.com/inanibharat/kubernetes-architecture-explained-without-the-confusion-4a86</guid>
      <description>&lt;p&gt;If Kubernetes ever felt like a black box, you’re not alone.&lt;/p&gt;

&lt;p&gt;Let’s break it down 👇&lt;/p&gt;

&lt;p&gt;🧠 The Core Idea&lt;/p&gt;

&lt;p&gt;Kubernetes splits responsibilities into two parts:&lt;/p&gt;

&lt;p&gt;Control Plane → makes decisions&lt;br&gt;
Worker Nodes → run your apps&lt;/p&gt;

&lt;p&gt;That’s it. Everything builds on top of this.&lt;/p&gt;

&lt;p&gt;🔷 Control Plane (The Brain)&lt;/p&gt;

&lt;p&gt;This is where all decisions happen.&lt;/p&gt;

&lt;p&gt;API Server → entry point&lt;br&gt;
etcd → stores cluster state&lt;br&gt;
Scheduler → assigns workloads&lt;br&gt;
Controller → fixes things when they break&lt;/p&gt;

&lt;p&gt;You don’t deploy apps here — you control them.&lt;/p&gt;

&lt;p&gt;⚙️ Worker Nodes (The Muscle)&lt;/p&gt;

&lt;p&gt;This is where your app actually runs.&lt;/p&gt;

&lt;p&gt;Each node has:&lt;/p&gt;

&lt;p&gt;Kubelet&lt;br&gt;
Kube-proxy&lt;br&gt;
Container runtime&lt;br&gt;
Pods&lt;/p&gt;

&lt;p&gt;👉 Pods = smallest deployable unit&lt;/p&gt;

&lt;p&gt;🌐 How Traffic Works&lt;/p&gt;

&lt;p&gt;Kubernetes networking is actually simple:&lt;/p&gt;

&lt;p&gt;User → LoadBalancer → Service → Pod&lt;/p&gt;

&lt;p&gt;Services make sure:&lt;/p&gt;

&lt;p&gt;Traffic is balanced&lt;br&gt;
Pods are discoverable&lt;br&gt;
Failures don’t break things&lt;/p&gt;

&lt;p&gt;☁️ Managed Kubernetes (The Game Changer)&lt;/p&gt;

&lt;p&gt;Instead of setting all this up manually, cloud providers handle it for you:&lt;/p&gt;

&lt;p&gt;Amazon EKS&lt;br&gt;
Azure Kubernetes Service (AKS)&lt;br&gt;
Google Kubernetes Engine (GKE)&lt;/p&gt;

&lt;p&gt;They manage:&lt;br&gt;
✅ Control plane&lt;br&gt;
✅ Scaling&lt;br&gt;
✅ Reliability&lt;/p&gt;

&lt;p&gt;You focus on shipping code.&lt;/p&gt;

&lt;p&gt;⚖️ Quick Take&lt;br&gt;
EKS → best for AWS-heavy teams&lt;br&gt;
AKS → best for enterprise / Microsoft stack&lt;br&gt;
GKE → easiest + most automated&lt;/p&gt;

&lt;p&gt;🧠 Final Thought&lt;/p&gt;

&lt;p&gt;Kubernetes isn’t complicated — it’s just layered.&lt;/p&gt;

&lt;p&gt;Once you understand:&lt;br&gt;
👉 Control Plane vs Worker Nodes&lt;/p&gt;

&lt;p&gt;Everything starts to click.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>beginners</category>
      <category>devops</category>
      <category>kubernetes</category>
    </item>
    <item>
      <title>From Production Issues to Medium Articles – Sharing My DevOps Journey</title>
      <dc:creator>BHARAT PRAKASH INANI</dc:creator>
      <pubDate>Tue, 16 Dec 2025 10:06:59 +0000</pubDate>
      <link>https://forem.com/inanibharat/from-production-issues-to-medium-articles-sharing-my-devops-journey-22ll</link>
      <guid>https://forem.com/inanibharat/from-production-issues-to-medium-articles-sharing-my-devops-journey-22ll</guid>
      <description>&lt;p&gt;Hey everyone 👋&lt;/p&gt;

&lt;p&gt;I’m sharing practical DevOps, CI/CD, Cloud &amp;amp; real-world engineering learnings on Medium.&lt;/p&gt;

&lt;p&gt;No fluff — only things I’ve worked on in real projects.&lt;/p&gt;

&lt;p&gt;👉 Follow here:&lt;br&gt;
&lt;a href="https://medium.com/@inanibharat" rel="noopener noreferrer"&gt;https://medium.com/@inanibharat&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to connect with fellow techies 🙌&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
