<?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: Sudhanshu Mani Tripathi</title>
    <description>The latest articles on DEV Community by Sudhanshu Mani Tripathi (@sudhanshu_manitripathi_f).</description>
    <link>https://dev.to/sudhanshu_manitripathi_f</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%2F3864893%2F5a18e020-b67a-4317-a8e7-9d3d25340915.jpg</url>
      <title>DEV Community: Sudhanshu Mani Tripathi</title>
      <link>https://dev.to/sudhanshu_manitripathi_f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sudhanshu_manitripathi_f"/>
    <language>en</language>
    <item>
      <title>You don’t get hacked by one bad pod. You get hacked by the path between them.</title>
      <dc:creator>Sudhanshu Mani Tripathi</dc:creator>
      <pubDate>Tue, 07 Apr 2026 04:31:25 +0000</pubDate>
      <link>https://dev.to/sudhanshu_manitripathi_f/you-dont-get-hacked-by-one-bad-pod-you-get-hacked-by-the-path-between-them-49ak</link>
      <guid>https://dev.to/sudhanshu_manitripathi_f/you-dont-get-hacked-by-one-bad-pod-you-get-hacked-by-the-path-between-them-49ak</guid>
      <description>&lt;p&gt;Most Kubernetes security discussions I see focus on individual misconfigurations —&lt;br&gt;
bad RBAC, privileged pods, exposed services, etc.&lt;br&gt;
But in real-world incidents, attackers don’t stop at one mistake.&lt;br&gt;
They move. Laterally. Quietly.&lt;br&gt;
From:&lt;br&gt;
Pod → Node&lt;br&gt;
Node → IAM / Cloud&lt;br&gt;
One namespace → another&lt;br&gt;
That “movement” is what actually breaks clusters. &lt;br&gt;
DevOps Conference &amp;amp; Camps&lt;br&gt;
So I built something to explore that idea:&lt;br&gt;
A &lt;strong&gt;Kubernetes Attack Path Visualizer&lt;/strong&gt;&lt;br&gt;
Instead of showing isolated issues, it maps:&lt;br&gt;
How different misconfigs connect&lt;br&gt;
Possible attack chains across the cluster&lt;br&gt;
Where privilege escalation actually becomes possible&lt;br&gt;
Example: A low-priv pod + weak RBAC + node access&lt;br&gt;
→ suddenly becomes cluster takeover&lt;br&gt;
Individually? Not critical.&lt;br&gt;
Together? Game over.&lt;br&gt;
From what I’ve seen (and even in discussions here),&lt;br&gt;
people underestimate how attackers pivot:&lt;br&gt;
“More real attacks come from host stuff… spreading sideways” &lt;/p&gt;

&lt;p&gt;What I’m trying to figure out:&lt;br&gt;
Do you currently think in terms of attack paths or just misconfigs?&lt;br&gt;
How do you prioritize fixes when everything looks risky?&lt;br&gt;
Would something like this actually help in real clusters, or is it overkill?&lt;br&gt;
Not trying to sell anything — just building in public and looking for feedback.&lt;br&gt;
If you’ve dealt with K8s security in production, I’d love your perspective &lt;br&gt;
Npm package: &lt;a href="https://www.npmjs.com/package/k8s-av" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/k8s-av&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>security</category>
      <category>kubernetes</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
