Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 743 Bytes

Readme.md

File metadata and controls

20 lines (11 loc) · 743 Bytes

Logging with EFK in Kubernetes

This workshop shows how to install the EFK (Elasticsearch, Fluentd and Kibana) stack in Kubernetes using Helm, to get application logs.

The workshop is available as a video on youtube:

And these are the amin commands used to install EFK:

$ helm install elasticsearch stable/elasticsearch wait for few minutes..

$ kubectl apply -f .\fluentd-daemonset-elasticsearch.yaml

$ helm install kibana stable/kibana -f kibana-values.yaml

$ kubectl apply -f .\counter.yaml

Open Kibana dashboard.