<?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: Abhimanyu Sharma</title>
    <description>The latest articles on DEV Community by Abhimanyu Sharma (@abhimanyu003).</description>
    <link>https://dev.to/abhimanyu003</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%2F2967%2Fb54e9797b0200809beec72355d5533fc.png</url>
      <title>DEV Community: Abhimanyu Sharma</title>
      <link>https://dev.to/abhimanyu003</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhimanyu003"/>
    <language>en</language>
    <item>
      <title>AI-Powered Kubernetes Troubleshooting: Ollama + Kubewall</title>
      <dc:creator>Abhimanyu Sharma</dc:creator>
      <pubDate>Wed, 13 Aug 2025 13:32:49 +0000</pubDate>
      <link>https://dev.to/abhimanyu003/debug-kubernetes-cluster-using-ai-ollama-kubewall-bdm</link>
      <guid>https://dev.to/abhimanyu003/debug-kubernetes-cluster-using-ai-ollama-kubewall-bdm</guid>
      <description>&lt;p&gt;Managing Kubernetes can be powerful—but also overwhelming.&lt;br&gt;
kubewall makes it simple with a single-binary, browser-based dashboard for real-time cluster monitoring and management.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Why to use ollama + kubewall&lt;/strong&gt; ?&lt;/p&gt;

&lt;p&gt;Quick Answer: Security and Easy to Configure&lt;/p&gt;

&lt;p&gt;Ollama and kubewall runs 100% locally on your system preventing any security leaks and safe-guard your cluster secrets and other config maps.&lt;br&gt;
Using this you are tied to any 3rd party servers, it will be your server - your infra - your system - your ai model&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/kubewall/kubewall" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2eqq3eim9h1uxrstja1u.png" alt="kubewall-ai-kubernetes-dashboard" width="800" height="374"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Prerequisites
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://ollama.com/" rel="noopener noreferrer"&gt;ollama ↗&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ollama.com/library/qwen3" rel="noopener noreferrer"&gt;qwen AI ↗&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kubewall/kubewall" rel="noopener noreferrer"&gt;kubewall ↗&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Download and install ollama, that will help you run AI models locally based on your OS type ( mac/linux/windows ). It can be downloaded from here &lt;a href="https://ollama.com/download" rel="noopener noreferrer"&gt;https://ollama.com/download&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;We will add qwen3 model to our system that ollama can access.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We are using qwen3 in this case, since it support thinking + coding + tools&lt;/li&gt;
&lt;li&gt;open your terminal and run this command
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;      ollama run qwen3
&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install kubewall based on your system type. &lt;a href="https://github.com/kubewall/kubewall?tab=readme-ov-file#battery-install" rel="noopener noreferrer"&gt;Visit kubewall Read Me More Guide&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For Mac &lt;code&gt;brew install --cask kubewall/tap/kubewall&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;For linux &lt;code&gt;sudo snap install kubewall&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;For Windows &lt;code&gt;winget install --id=kubewall.kubewall -e&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;If you like to download binary directly you can visit release page. &lt;a href="https://github.com/kubewall/kubewall?tab=readme-ov-file#-binary" rel="noopener noreferrer"&gt;List of binary&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Investigate cluster using ollama + kubewall
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Launch Kubewall&lt;/strong&gt;
Open your terminal and start Kubewall:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   kubewall
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Choose Your Cluster&lt;/strong&gt;
From the dashboard, select the Kubernetes cluster you want to connect to.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6ukbmdckbe2y6iupf2li.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6ukbmdckbe2y6iupf2li.png" alt="kubewall-choose-clusters" width="800" height="319"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Open AI Settings&lt;/strong&gt;
Click the &lt;strong&gt;AI Settings&lt;/strong&gt; panel in the upper-right corner.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhhd5n2zawww917kk9mgb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhhd5n2zawww917kk9mgb.png" alt="ai-kubewall-settings" width="800" height="232"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fruk6jdhgbqhbe9owdjem.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fruk6jdhgbqhbe9owdjem.png" alt="ai-providers-list-kubewall" width="800" height="223"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Select AI Provider&lt;/strong&gt;&lt;br&gt;
From the dropdown, choose &lt;strong&gt;Ollama&lt;/strong&gt; as your provider.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Set URL-API-Key Key&lt;/strong&gt;&lt;br&gt;
Enter your &lt;code&gt;ollama&lt;/code&gt; as KEY and URL as &lt;code&gt;http://127.0.0.1:11434/v1&lt;/code&gt;  (for most setups, the default key will work).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pick &lt;strong&gt;qwen3&lt;/strong&gt;. Model&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbhvh651tzwch70dm3i3q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbhvh651tzwch70dm3i3q.png" alt="aichat-kubewall" width="800" height="810"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Start Chatting&lt;/strong&gt;
Chat with your local AI model—ask questions about your cluster, troubleshoot issues, or request optimization tips.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmmhib5upxf6ev2f6xb19.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmmhib5upxf6ev2f6xb19.png" alt="ai-chat-kubewall" width="800" height="810"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
      <category>ai</category>
      <category>aiops</category>
    </item>
    <item>
      <title>kubewall : A User-Friendly Kubernetes GUI Dashboard</title>
      <dc:creator>Abhimanyu Sharma</dc:creator>
      <pubDate>Sun, 15 Sep 2024 06:20:00 +0000</pubDate>
      <link>https://dev.to/abhimanyu003/kubewall-a-user-friendly-kubernetes-gui-dashboard-43ik</link>
      <guid>https://dev.to/abhimanyu003/kubewall-a-user-friendly-kubernetes-gui-dashboard-43ik</guid>
      <description>&lt;p&gt;Managing Kubernetes clusters can be a challenging task, especially for those new to the platform. Kubernetes is incredibly powerful, but its complexity can sometimes feel overwhelming. That's where &lt;strong&gt;Kubewall&lt;/strong&gt; comes in—a user-friendly, open-source Kubernetes GUI dashboard that simplifies cluster management. Whether you're a seasoned Kubernetes user or a beginner, Kubewall offers a streamlined interface to make working with Kubernetes a breeze.&lt;/p&gt;

&lt;p&gt;Kubewall is OpenSource Project: &lt;a href="https://github.com/kubewall/kubewall" rel="noopener noreferrer"&gt;https://github.com/kubewall/kubewall&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features of KubeWall include:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Single binary deployment:&lt;/strong&gt; KubeWall can be easily deployed as a single binary, eliminating the need for complex configurations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Browser-based access:&lt;/strong&gt; KubeWall can be accessed directly from your favorite web browser, providing a seamless user experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time cluster monitoring:&lt;/strong&gt; KubeWall offers a rich, real-time interface that displays the current state of your Kubernetes clusters, allowing you to quickly identify and address issues.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cluster management:&lt;/strong&gt; KubeWall enables you to manage multiple Kubernetes clusters from a single pane of glass, reducing the overhead of switching between different tools and interfaces.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Detailed cluster insights:&lt;/strong&gt; KubeWall provides comprehensive insights into your Kubernetes clusters, manifest info of your pods, services, config and others.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to install
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Brew&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;kubewall/tap/kubewall
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Snap&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;snap &lt;span class="nb"&gt;install &lt;/span&gt;kubewall
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Arch Linux&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;yay &lt;span class="nt"&gt;-S&lt;/span&gt; kubewall-bin
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Winget ( Windows )&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;winget &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--id&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;kubewall.kubewall &lt;span class="nt"&gt;-e&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Scoop  ( Windows )&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;scoop bucket add kubewall https://github.com/kubewall/scoop-bucket.git
scoop &lt;span class="nb"&gt;install &lt;/span&gt;kubewall
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Docker&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;docker run &lt;span class="nt"&gt;-p&lt;/span&gt; 7080:7080 &lt;span class="nt"&gt;-v&lt;/span&gt; kubewall:/.kubewall ghcr.io/kubewall/kubewall:latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;kubewall is also available on docker hub &lt;code&gt;kubewall/kubewall:latest&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Helm ( in-cluster deployment )&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;helm &lt;span class="nb"&gt;install &lt;/span&gt;kubewall oci://ghcr.io/kubewall/charts/kubewall &lt;span class="nt"&gt;-n&lt;/span&gt; kubewall-system &lt;span class="nt"&gt;--create-namespace&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Download the pre-compiled binaries from the &lt;strong&gt;release&lt;/strong&gt; page &lt;br&gt;
&lt;a href="https://github.com/kubewall/kubewall/releases" rel="noopener noreferrer"&gt;https://github.com/kubewall/kubewall/releases&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  After Install
&lt;/h2&gt;

&lt;p&gt;After installation, run &lt;code&gt;kubewall&lt;/code&gt; in your terminal and you can access UI from any browser by simply visiting.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Falu9ha205djfwl4ie4f1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Falu9ha205djfwl4ie4f1.jpg" alt="run-kubewall-shell-kubernetes-realtime-dashboard" width="800" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Visit the URL:Port on which kubewall has started.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;http://localhost:7080
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;kubewall also supports custom certificates to make the connection secure ( https ).&lt;/p&gt;

&lt;h2&gt;
  
  
  UI Walkthrough
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Config Page&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;This is where you can add and manage your kube-config files.&lt;/p&gt;

&lt;p&gt;Please note that deleting a kube-config setting will not remove the actual file, it will only delete a cached copy of the configuration.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2yyq27yeo0m5j22xcyv3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2yyq27yeo0m5j22xcyv3.jpg" alt="kubewall-config-page" width="800" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;List Page&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;List page provides you list of all your &lt;code&gt;pods&lt;/code&gt;, &lt;code&gt;deployments&lt;/code&gt;, &lt;code&gt;config&lt;/code&gt;, &lt;code&gt;volumes&lt;/code&gt; etc. for all namespaces or a specific one. You get all the real-time updates here of all the events happing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwvbo673glqowla04n9vb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwvbo673glqowla04n9vb.png" alt="list-page-kubewall-Kubernetes-Dashboard" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Details Page&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A quick birds eye view of a specific resource.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3zbz0z3h0b77ey4dy3z0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3zbz0z3h0b77ey4dy3z0.png" alt="Kubernetes-Dashboard-Details-Page" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;YAML Editor&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;kubewall comes with built-in yaml/manifest editor. This make updating and editing manifests files quick and easy. ( Along with real time updates )&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fab1dlvg91w0287su00ce.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fab1dlvg91w0287su00ce.png" alt="Kubernetes-Dashboard-yaml-editor" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;kubewall is an open-source project. You can download it here or submit feature requests here. &lt;a href="https://github.com/kubewall/kubewall" rel="noopener noreferrer"&gt;https://github.com/kubewall/kubewall&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
      <category>go</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
