Clone the repo:
git clone [email protected]:snormore/doks-examples
cd doks-examples/monitoring
Create a cluster with default name monitoring-demo
and install Prometheus with kube-state-metrics
and node_exporter
, loki, linkerd, and the emojivoto demo:
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.
script/down