Prometheus

Prometheus

  1. Prometheus

Prometheus

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
#helm pull prometheus-community/kube-prometheus-stack
#tar zxfv kube-prometheus-stack-69.2.3.tgz
#cd kube-prometheus-stack/
helm show values prometheus-community/kube-prometheus-stack > values.yaml
code values.yaml
adminPassword:
kubectl create ns monitoring
#helm install prometheus . -n monitoring -f values.yaml
helm install prometheus prometheus-community/kube-prometheus-stack -n monitoring -f values.yaml
minikube service  prometheus-grafana -n monitoring

Timezone

Profile > Timezone > Asia/Seoul


© 2018. All rights reserved.

Powered by Hydejack v8.4.0