quickbooks2018 / bitnami-prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitnami Prometheus

Helm Chart for Bitnami Prometheus

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm repo ls
helm search repo bitnami/kube-prometheus --versions
helm show values bitnami/kube-prometheus --version 9.0.5
helm show values bitnami/kube-prometheus --version 9.0.5 > prometheus-values.yaml
helm -n monitoring upgrade --install prometheus bitnami/kube-prometheus --create-namespace --version 9.0.5 -f prometheus-values.yaml --wait
helm -n monitoring upgrade --install prometheus bitnami/kube-prometheus --create-namespace --version 9.0.5 --wait

git clone https://github.com/GoogleCloudPlatform/bank-of-anthos.git
cd bank-of-anthos/

helm -n monitoring upgrade --install prometheus bitnami/kube-prometheus --create-namespace --version 9.0.5 --values extras/prometheus/oss/values.yaml --wait
  • Configure Slack (Sample App by Google)
kubectl -n monitoring create secret generic alertmanager-slack-webhook --from-literal webhookURL=SLACK_WEBHOOK_URL

kubectl  -n monitoring kubectl apply -f extras/prometheus/oss/alertmanagerconfig.yaml
  • Configure Prometheus
kubectl -n monitoring apply -f extras/prometheus/oss/probes.yaml
kubectl -n monitoring apply -f extras/prometheus/oss/rules.yaml

Helm Chart for Bitnami Grafana

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm repo ls
helm search repo bitnami/grafana --versions
helm show values bitnami/grafana --version 10.0.9
helm show values bitnami/grafana --version 10.0.9 > grafana-values.yaml
helm -n monitoring upgrade --install grafana bitnami/grafana --create-namespace --version 10.0.9 -f grafana-values.yaml --wait
helm -n monitoring upgrade --install grafana bitnami/grafana --create-namespace --version 10.0.9 --wait
https://api.slack.com/apps

About