mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
file refactor for grafana
This commit is contained in:
parent
63cf075fd7
commit
26f7c9c37f
@ -24,4 +24,8 @@ kubectl -n monitoring apply -f ./monitoring/prometheus/kubernetes/1.14.8/prometh
|
|||||||
# Dashboarding
|
# Dashboarding
|
||||||
kubectl -n monitoring create -f ./monitoring/prometheus/kubernetes/1.14.8/grafana/
|
kubectl -n monitoring create -f ./monitoring/prometheus/kubernetes/1.14.8/grafana/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Sources
|
||||||
|
|
||||||
|
The source code for monitoring Kubernetes 1.14 comes from the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus/tree/v0.3.0/manifests) v0.3.0 tree
|
||||||
|
@ -35,4 +35,8 @@ kubectl -n monitoring port-forward prometheus-k8s-0 9090
|
|||||||
|
|
||||||
# Dashboards
|
# Dashboards
|
||||||
kubectl -n monitoring port-forward <grafana-pod-name> 3000
|
kubectl -n monitoring port-forward <grafana-pod-name> 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Sources
|
||||||
|
|
||||||
|
The source code for monitoring Kubernetes 1.15-1.17 comes from the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus/tree/v0.3.0/manifests) v0.3.0 tree
|
||||||
|
@ -22,4 +22,8 @@ kubectl -n monitoring apply -f ./monitoring/prometheus/kubernetes/1.18.4/prometh
|
|||||||
# Dashboarding
|
# Dashboarding
|
||||||
kubectl -n monitoring create -f ./monitoring/prometheus/kubernetes/1.18.4/grafana/
|
kubectl -n monitoring create -f ./monitoring/prometheus/kubernetes/1.18.4/grafana/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Sources
|
||||||
|
|
||||||
|
The source code for monitoring Kubernetes 1.18.4 comes from the [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus/tree/v0.6.0/manifests) v0.6.0 tree
|
Loading…
x
Reference in New Issue
Block a user