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.