
Size: a a a
Installs the kube-prometheus stack, a collection of Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
Note: This chart was formerly named prometheus-operator chart, now renamed to more clearly reflect that it installs the kube-prometheus project stack, within which Prometheus Operator is only one component.
A collection of scripts for various Kubernetes taskshttps://github.com/eldada/kubernetes-scripts
- Get all cluster nodes IPs and names
- See all cluster nodes CPU and Memory requests and limits
- Get all labels attached to all pods in a namespace
- Extract and decode a secret's value
- Copy secret from namespace1 to namespace2
- Get formatted list of container images in pods
- etc