Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Randsw/victoria-k8s-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Victoria(VictoriaLogs and VictoriaMetrics) stack with Grafana in Kubernetes

Requirements

  • docker
  • kubectl
  • kind cli
  • helm

Setup kubernetes cluster

Run ./cluster-setup.sh and you got 1 control-plane nodes and 3 worker nodes kubernetes cluster with installed ingress-nginx, metallb and 4 proxy image repository in docker containers in one network

Deploy VictoriaMetrics kubernetes stack with Grafana and VictoriaLogs Datasource

Run ./setup-vms.sh

Get grafana password

Login - admin

Password:

kubectl get secret --namespace victoria-metrics vm-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo

Deploy VictoriaLogs with Vector

Run ./setup-vl.sh

Open web UI

Add Dashboards

https://grafana.com/grafana/dashboards/22759-victorialogs-explorer/ - for Logs

About

Deploy Victoria(VictoriaLogs and VictoriaMetrics) stack with Grafana in Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages