<?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: Rishi Naman Singh</title>
    <description>The latest articles on DEV Community by Rishi Naman Singh (@rishinamansingh).</description>
    <link>https://dev.to/rishinamansingh</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%2F3887750%2F30a693f9-0993-49cf-8568-7115267c5fb0.jpg</url>
      <title>DEV Community: Rishi Naman Singh</title>
      <link>https://dev.to/rishinamansingh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rishinamansingh"/>
    <language>en</language>
    <item>
      <title>I built a tool to visualize and control Docker + K8s across all your VMs from a browser – would love feedback from people who actually do this daily</title>
      <dc:creator>Rishi Naman Singh</dc:creator>
      <pubDate>Sun, 19 Apr 2026 19:09:08 +0000</pubDate>
      <link>https://dev.to/rishinamansingh/i-built-a-tool-to-visualize-and-control-docker-k8s-across-all-your-vms-from-a-browser-would-4g0i</link>
      <guid>https://dev.to/rishinamansingh/i-built-a-tool-to-visualize-and-control-docker-k8s-across-all-your-vms-from-a-browser-would-4g0i</guid>
      <description>&lt;p&gt;I manage a few VMs with a mix of Docker containers and Kubernetes, and I kept running into the same annoying situation where something breaks and I'm SSH-ing into servers one by one trying to figure out what's running where.&lt;br&gt;
So I built InfraCanvas. It runs a small agent on each VM that discovers everything like containers, pods, volumes, networks and streams it to a live graph in your browser. You can also act on things directly from the graph, restart containers, scale deployments, open a terminal inside any container, tail logs, all without touching SSH.&lt;br&gt;
The part I'm most proud of is the connection model. No VPN, no inbound firewall rules, no cloud account needed. The agent dials out to a relay, your browser connects to the relay. Your servers never accept an inbound connection.&lt;br&gt;
It's open source and self-hostable, two commands to get it running.&lt;br&gt;
Would genuinely love feedback from people who deal with this stuff daily, is this something you'd actually use, what's missing, what's wrong with the approach. Be brutal, I can take it.&lt;br&gt;
GitHub: &lt;a href="https://github.com/bytestrix/InfraCanvas" rel="noopener noreferrer"&gt;https://github.com/bytestrix/InfraCanvas&lt;/a&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>kubernetes</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
