This project aims to provide useful Prometheus rules for Kubernetes ecosystem.
Manifests can be cloned or the latest version can be directly used using Kustomize:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/The-Kube-Way/kubernetes-prometheus-rules/main/rules/prometheus.yaml
- [...]
Pull-Requests are welcome!