<?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: Joel Dsouza</title>
    <description>The latest articles on DEV Community by Joel Dsouza (@joeldsouza28).</description>
    <link>https://dev.to/joeldsouza28</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%2F3359070%2Fd72c0651-8cb7-4649-ba0e-44e56c626e83.jpeg</url>
      <title>DEV Community: Joel Dsouza</title>
      <link>https://dev.to/joeldsouza28</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joeldsouza28"/>
    <language>en</language>
    <item>
      <title>🚀 One Minute ELK Stack on Kubernetes – Full Logging Setup with One Script</title>
      <dc:creator>Joel Dsouza</dc:creator>
      <pubDate>Wed, 16 Jul 2025 07:45:27 +0000</pubDate>
      <link>https://dev.to/joeldsouza28/one-minute-elk-stack-on-kubernetes-full-logging-setup-with-one-script-nfa</link>
      <guid>https://dev.to/joeldsouza28/one-minute-elk-stack-on-kubernetes-full-logging-setup-with-one-script-nfa</guid>
      <description>&lt;p&gt;Setting up a full logging pipeline on Kubernetes can feel overwhelming — especially when you're dealing with Elasticsearch, Logstash, Kibana, and Filebeat.&lt;/p&gt;

&lt;p&gt;So I built a &lt;strong&gt;one-minute ELK stack setup&lt;/strong&gt; using a single shell script that deploys the entire pipeline on Kubernetes. No Helm, no manual configurations — just clone and run.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔧 What’s Included:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Elasticsearch, Logstash, and Kibana configured for Kubernetes&lt;/li&gt;
&lt;li&gt;Filebeat for log shipping from nodes&lt;/li&gt;
&lt;li&gt;No Helm, no complexity — fully declarative manifests&lt;/li&gt;
&lt;li&gt;Works in local dev clusters like Minikube or KIND&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;📖 &lt;strong&gt;Read the full guide on Medium&lt;/strong&gt;:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://medium.com/@joeldsouza28/one-minute-elk-stack-on-kubernetes-full-logging-setup-with-a-single-script-ba92aecb4379" rel="noopener noreferrer"&gt;One Minute ELK Stack on Kubernetes&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  ⚡ TL;DR
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/joeldsouza28/one-minute-elk
cd one-minute-elk
bash setup_elk_filebeat.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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