DEV Community

Joel Dsouza
Joel Dsouza

Posted on

πŸš€ One Minute ELK Stack on Kubernetes – Full Logging Setup with One Script

Setting up a full logging pipeline on Kubernetes can feel overwhelming β€” especially when you're dealing with Elasticsearch, Logstash, Kibana, and Filebeat.

So I built a one-minute ELK stack setup using a single shell script that deploys the entire pipeline on Kubernetes. No Helm, no manual configurations β€” just clone and run.

πŸ”§ What’s Included:

  • Elasticsearch, Logstash, and Kibana configured for Kubernetes
  • Filebeat for log shipping from nodes
  • No Helm, no complexity β€” fully declarative manifests
  • Works in local dev clusters like Minikube or KIND

πŸ“– Read the full guide on Medium:

πŸ‘‰ One Minute ELK Stack on Kubernetes


⚑ TL;DR


bash
git clone https://github.com/joeldsouza28/one-minute-elk
cd one-minute-elk
bash setup_elk_filebeat.sh
Enter fullscreen mode Exit fullscreen mode

Top comments (0)