Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.29 KB

Prometheus on DOKS

Getting Started

Clone the repo:

git clone [email protected]:snormore/doks-examples
cd doks-examples/istio

Create a cluster with default name prometheus-demo and install Prometheus with kube-state-metrics and node_exporter:

script/up

You can specify a cluster name with:

script/up my-cluster-name

The up script should be idempotent, so feel free to run more than once if something breaks.

Cleaning Up

script/down

Reference

Screenshots

Kubernetes / Nodes

Kubernetes / Nodes Dashboard Screenshot

CoreDNS

CoreDNS Dashboard Screenshot

Kubernetes / USE Method / Node

Kubernetes / USE Method / Node Dashboard Screenshot

Kubernetes / USE Method / Cluster

Kubernetes / USE Method / Cluster Dashboard Screenshot