Any steps for setting up the ELK in minikube?..plz share

shireesh:
Any steps for setting up the ELK in minikube?..plz share

Mohamed Ayman:
You can deploy it using helm charts, check the bitnami repo or the official repo:
https://github.com/bitnami/charts/tree/master/bitnami

Mohamed Ayman:
Or you can install it using the kubernetes resources, check this article:
https://www.magalix.com/blog/kubernetes-observability-log-aggregation-using-elk-stack
Hope It helps.