This repo contains Terafform codes to deploy different services and application on your kubernetes cluster.
We are going to install Grafana using helm with terraform on k8s and then customizing our setup with grafana terraform provider. sounds cool huh ? lets get started
- deploy prometheus and grafana in k8s
- customizing grafana
- create new organization
- import prometheus dashboards from a json file
$ terraform init
$ terraform fmt
$ terraform validate
$ terraform apply