Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmwylie19/dd-grafana
https://github.com/cmwylie19/dd-grafana
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmwylie19/dd-grafana
- Owner: cmwylie19
- Created: 2024-01-24T21:59:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T21:59:24.000Z (11 months ago)
- Last Synced: 2024-04-22T00:21:27.305Z (8 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prometheus Operator and Pepr
This deploys the prometheus manifests to the default namespace and is not intended for production, just as a means to show how to quickly scrape Pepr metrics. The [kube prometheus stack](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) provides a more production suitable way of deploying Prometheus in prod.
## Demo
Deploy Prometheus operator controller manager
```plaintext
kubectl create -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/bundle.yaml
```Create an instance of Prometheus
```yaml
kubectl create -f -<