Skip to content

Instantly share code, notes, and snippets.

@juan-lee
juan-lee / dashboard.json
Created August 22, 2018 04:48
AKS Grafana Dashboard
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
@juan-lee
juan-lee / grafana-values.yaml
Created August 22, 2018 04:44
AKS Grafana Helm Chart Values
rbac:
create: false
## Node labels for pod assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
#
nodeSelector: {}
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
@juan-lee
juan-lee / helm-install.sh
Created August 22, 2018 04:42
AKS Prometheus Helm Chart Values
#!/bin/bash
helm upgrade prometheus stable/prometheus --install --namespace prometheus -f prometheus-values.yaml