2022年1月14日金曜日

Eventの表示について for k8s

 以下、k8sのイベント情報を表示するコマンドになる。
(表示内容は1時間程度の内容しか保持しない)


kubectl get event --all-namespaces -o wide


ちなみに、grafana経由でモニタリング可能らしい。

参照先:

https://grafana.com/blog/2019/08/21/how-grafana-labs-effectively-pairs-loki-and-kubernetes-events/




<メモ>

kubernetes-event-exporterというのを使うと、slack経由で通知可能らしい。


参照:

https://github.com/opsgenie/kubernetes-event-exporter/tree/master/deploy


0 件のコメント:

コメントを投稿

helm( kube-prometheus-stack)とlokiの連携

helm経由で、 kube-prometheus-stackとloki stackを入れるだけだと連携ができないので 追加で以下の手順を進める必要がある。 1)Loki stackの導入を実施 helm install loki grafana/loki-stack --name...