Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmwylie19/dd-grafana


https://github.com/cmwylie19/dd-grafana

Last synced: about 1 month ago
JSON representation

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 -<