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
- Host: GitHub
- URL: https://github.com/HoussemDellai/EFK-Kubernetes
- Owner: HoussemDellai
- Created: 2020-03-08T08:43:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T19:19:48.000Z (over 6 years ago)
- Last Synced: 2025-04-05T18:09:33.911Z (about 1 year ago)
- Topics: containers, docker, efk, elasticsearch, fluentd, kibana, kubernetes, logging, logs
- Size: 8.95 MB
- Stars: 19
- Watchers: 2
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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.
