<?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: Prem kumar Akula</title>
    <description>The latest articles on DEV Community by Prem kumar Akula (@premkumar403).</description>
    <link>https://dev.to/premkumar403</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%2F2968975%2F25229cce-b8de-4fd5-87a4-78f94c78d807.jpeg</url>
      <title>DEV Community: Prem kumar Akula</title>
      <link>https://dev.to/premkumar403</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/premkumar403"/>
    <language>en</language>
    <item>
      <title>The docker-compose port binding that Trivy, Checkov, and Semgrep all miss</title>
      <dc:creator>Prem kumar Akula</dc:creator>
      <pubDate>Fri, 10 Jul 2026 00:10:45 +0000</pubDate>
      <link>https://dev.to/premkumar403/the-docker-compose-port-binding-that-trivy-checkov-and-semgrep-all-miss-49pb</link>
      <guid>https://dev.to/premkumar403/the-docker-compose-port-binding-that-trivy-checkov-and-semgrep-all-miss-49pb</guid>
      <description>&lt;p&gt;Most developers know UFW blocks unwanted traffic. What they don't know is that Docker bypasses UFW entirely by rewriting iptables directly.&lt;/p&gt;

&lt;p&gt;This in your docker-compose.yml:&lt;/p&gt;

&lt;p&gt;ports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"5432:5432"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Exposes Postgres to the public internet. UFW never sees it. Your firewall rules don't matter.&lt;/p&gt;

&lt;p&gt;The fix is one token:&lt;/p&gt;

&lt;p&gt;ports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"127.0.0.1:5432:5432"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We ran this pattern against Trivy, Checkov, Semgrep, and Snyk. None of them catch it. It's a blind spot across every major IaC scanner.&lt;/p&gt;

&lt;p&gt;So we built a rule for it — VGL-D001 — and open-sourced the scanner that runs it as a Claude Code hook, catching the exposure the moment you write the file.&lt;/p&gt;

&lt;p&gt;vigilsec-io/cordon on GitHub&lt;/p&gt;

&lt;p&gt;It runs as a PostToolUse hook in Claude Code — zero friction, catches IaC issues inline as you write them, not in CI after the fact.&lt;/p&gt;

</description>
      <category>security</category>
      <category>docker</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
    <item>
      <title>HashiCorp Nomad vs. Kubernetes: Understanding the Workload Orchestrator with Practical Examples</title>
      <dc:creator>Prem kumar Akula</dc:creator>
      <pubDate>Sat, 28 Jun 2025 17:27:28 +0000</pubDate>
      <link>https://dev.to/premkumar403/hashicorp-nomad-vs-kubernetes-understanding-the-workload-orchestrator-with-practical-examples-2lb9</link>
      <guid>https://dev.to/premkumar403/hashicorp-nomad-vs-kubernetes-understanding-the-workload-orchestrator-with-practical-examples-2lb9</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@rjbdjnf/hashicorp-nomad-vs-kubernetes-understanding-the-workload-orchestrator-with-practical-examples-5944b6b8c5aa" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nomad</category>
      <category>kubernetes</category>
      <category>devops</category>
      <category>sre</category>
    </item>
    <item>
      <title>Chaos Engineering in Production: Building Resilient Systems with Chaos Mesh</title>
      <dc:creator>Prem kumar Akula</dc:creator>
      <pubDate>Sat, 28 Jun 2025 17:26:19 +0000</pubDate>
      <link>https://dev.to/premkumar403/chaos-engineering-in-production-building-resilient-systems-with-chaos-mesh-4oe9</link>
      <guid>https://dev.to/premkumar403/chaos-engineering-in-production-building-resilient-systems-with-chaos-mesh-4oe9</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@rjbdjnf/chaos-engineering-in-production-building-resilient-systems-with-chaos-mesh-32132e5dbaf8" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chaosengineering</category>
      <category>devops</category>
      <category>sre</category>
    </item>
    <item>
      <title>ArgoCD: Simplifying GitOps for Kubernetes</title>
      <dc:creator>Prem kumar Akula</dc:creator>
      <pubDate>Tue, 22 Apr 2025 23:33:49 +0000</pubDate>
      <link>https://dev.to/premkumar403/argocd-simplifying-gitops-for-kubernetes-eoj</link>
      <guid>https://dev.to/premkumar403/argocd-simplifying-gitops-for-kubernetes-eoj</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@rjbdjnf/argocd-simplifying-gitops-for-kubernetes-39f3472ffad1&lt;br&gt;%0A![https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9bf2fbjeljwthkprbrv2.jpeg]" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>argocd</category>
      <category>kubernetes</category>
    </item>
    <item>
      <title>Securing Kubernetes with Trivy: AI-Powered Vulnerability Scanning</title>
      <dc:creator>Prem kumar Akula</dc:creator>
      <pubDate>Tue, 22 Apr 2025 23:13:02 +0000</pubDate>
      <link>https://dev.to/premkumar403/securing-kubernetes-with-trivy-ai-powered-vulnerability-scanning-1jbm</link>
      <guid>https://dev.to/premkumar403/securing-kubernetes-with-trivy-ai-powered-vulnerability-scanning-1jbm</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@rjbdjnf/securing-kubernetes-with-trivy-ai-powered-vulnerability-scanning-3da77935459c" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://medium.com/@rjbdjnf/securing-kubernetes-with-trivy-ai-powered-vulnerability-scanning-3da77935459c" rel="noopener noreferrer"&gt;https://medium.com/@rjbdjnf/securing-kubernetes-with-trivy-ai-powered-vulnerability-scanning-3da77935459c&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>security</category>
    </item>
    <item>
      <title>Slash Kubernetes Costs with AI: Smart Resource Optimization Strategies</title>
      <dc:creator>Prem kumar Akula</dc:creator>
      <pubDate>Tue, 22 Apr 2025 23:09:56 +0000</pubDate>
      <link>https://dev.to/premkumar403/slash-kubernetes-costs-with-ai-smart-resource-optimization-strategies-3mi</link>
      <guid>https://dev.to/premkumar403/slash-kubernetes-costs-with-ai-smart-resource-optimization-strategies-3mi</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@rjbdjnf/slash-kubernetes-costs-with-ai-smart-resource-optimization-strategies-c973a84cf3c8" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

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