1)namespaceを作成
kubectl create namespace monitoring
2)helmにて、prometheus-operatorのインストールを行う
helm install monitoring stable/prometheus-operator -n monitoring2
3)対象のnamespaceに導入されていることを確認
helm list -n monitoring
4)garafana, prometheusのpodに対して、nodeportの割り当てを行う。
kubectl patch svc -n namespace名 pod名 -p '{"spec": {"type": "NodePort"}}'
0 件のコメント:
コメントを投稿