How to deploy ELK stack on Kubernetes
Reading Time: 3 minutes ELK stack consists of Elastic Search, Kibana, Logstash. The main purpose of this is to aggregate logs. Rise of micro-service architecture demands better way of aggregating and searching through logs for debugging purpose. ELK stack helps to aggregate these logs and explore through those logs. The main components of ELK stack are: Elastic Search: This is the database which stores all the logs Kibana: Kibana Continue Reading