Skip to content

spy86/minikube-grafana-loki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantbox Minikube/Grafana/Loki

License: MIT

Prerequisites

How to use?

  1. Clone https://github.com/spy86/minikube-grafana-loki
  2. Run vagrant up from terminal and wait while virtual machine is installed.
  3. Add the following line to the hosts file 192.168.123.123 grafana.minikube.local
  4. Get Login
kubectl get secret -n loki loki-grafana -o jsonpath="{.data.admin-user}" | base64 --decode ; echo
  1. Get Password
kubectl get secret -n loki loki-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
  1. Open http://grafana.minikube.local in web browser and type login/password from above
  2. Import two dashboards ID: (12611 and 12019)

About

Minikube/Grafana/Loki running on Vagrant

Topics

Resources

License

Stars

Watchers

Forks

Languages