Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 660 Bytes

File metadata and controls

27 lines (22 loc) · 660 Bytes

Setup EFK Stack on a Kubernetes cluster

Clone the Repository

```sh
git clone https://github.com/i-dipanshu/local-simulation-of-production-grade-infra.git
```

Change the directory to EFK manifest

cd local-simulation-of-production-grade-infra/efk-stack-manifests

Create all the resource using the resource definition manifests

kubectl apply -f . --recursive 

Wait for the all the resource to get a status of running

kubectl get all -n efl-stack

Access the kibana UI

Expose the Kibana Service

Open the URL in your browser


Previous | Next