Skip to content

aksrao/k8s-elk-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-elk-stack

setting up the monitoring of application using Elastic stack on kubernetes cluster

Architecture

Design

Pre-requisites

Install tools

  • kubectl
  • helm
  • kind
  • docker desktop

configure tools

  • docker desktop (before installing kind cluster )
    • CPU Limit:- 8m
    • memory Limit:- 6GB
    • virtual disk:- 128GB

Explaination

  • make filebeat (sidecar conatiner) fetch access and error logs of nginx container
  • inject the scrapped logs into elasticsearch
  • kibana will pull the logs from elasticsearch and the logs will be visible in the dashboard.

About

setting up the monitoring of application using Elastic stack on kubernetes cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published