├── README.md ├── dashboard ├── Kubernetes-Cluster.json ├── Kubernetes-Performance.json ├── Kubernetes-Pod.json ├── Prometheus-Overview.json └── Promotheus.json ├── grafana-deployment.yaml ├── grafana-service.yaml ├── node-exporter.yaml ├── prometheus-configmap-1.yaml ├── prometheus-configmap-2.yaml └── prometheus-deployment.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/README.md -------------------------------------------------------------------------------- /dashboard/Kubernetes-Cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/dashboard/Kubernetes-Cluster.json -------------------------------------------------------------------------------- /dashboard/Kubernetes-Performance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/dashboard/Kubernetes-Performance.json -------------------------------------------------------------------------------- /dashboard/Kubernetes-Pod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/dashboard/Kubernetes-Pod.json -------------------------------------------------------------------------------- /dashboard/Prometheus-Overview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/dashboard/Prometheus-Overview.json -------------------------------------------------------------------------------- /dashboard/Promotheus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/dashboard/Promotheus.json -------------------------------------------------------------------------------- /grafana-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/grafana-deployment.yaml -------------------------------------------------------------------------------- /grafana-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/grafana-service.yaml -------------------------------------------------------------------------------- /node-exporter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/node-exporter.yaml -------------------------------------------------------------------------------- /prometheus-configmap-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/prometheus-configmap-1.yaml -------------------------------------------------------------------------------- /prometheus-configmap-2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/prometheus-configmap-2.yaml -------------------------------------------------------------------------------- /prometheus-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clamoriniere/example-Prometheus-with-Kubernetes-and-Grafana/HEAD/prometheus-deployment.yaml --------------------------------------------------------------------------------