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
Top comments (0)