An open API service indexing awesome lists of open source software.

https://github.com/HoussemDellai/EFK-Kubernetes

A demo for installing EFK suite into Kubernetes
https://github.com/HoussemDellai/EFK-Kubernetes

containers docker efk elasticsearch fluentd kibana kubernetes logging logs

Last synced: about 1 year ago
JSON representation

A demo for installing EFK suite into Kubernetes

Awesome Lists containing this project

README

          

# 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.