From 3508a5e1263a3dd48677aae0116655b53e5e189c Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Wed, 15 Nov 2023 11:48:32 +0800 Subject: [PATCH] add kube-state-metrics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a4afe..62d985f 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Cloud Native is a behavior and design philosophy. At its essence, any behavior o - [kindling](https://github.com/Kindling-project/kindling) - eBPF-based CloudNative Monitor tool. - [konstellate](https://github.com/containership/konstellate) - Free and Open Source GUI to Visualize Kubernetes Applications. - [kube-ops-view](https://github.com/hjacobs/kube-ops-view) - Kubernetes Operational View - read-only system dashboard for multiple K8s clusters. +- [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics) - Add-on agent to generate and expose cluster-level metrics. - [kubenurse](https://github.com/postfinance/kubenurse) - Kubernetes network monitoring. - [kubernetes-zabbix](https://github.com/monitoringartist/kubernetes-zabbix) - Kubernetes Zabbix/Grafana cluster (bare metal, Google Computer Engine - GCE, Google Container Engine - GKE). - [kubeshark](https://github.com/kubeshark/kubeshark) - The API traffic viewer for Kubernetes providing deep visibility into all API traffic and payloads going in, out and across containers and pods inside a Kubernetes cluster. Think TCPDump and Wireshark re-invented for Kubernetes.