Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 730 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 730 Bytes

kubernetes-prometheus-rules

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

This project aims to provide useful Prometheus rules for Kubernetes ecosystem.

Usage

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
- [...]

Contribution

Pull-Requests are welcome!