https://github.com/dustinspecker/argo-prometheus-example
https://github.com/dustinspecker/argo-prometheus-example
argo kind kubernetes prometheus
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dustinspecker/argo-prometheus-example
- Owner: dustinspecker
- License: mit
- Created: 2020-04-18T21:33:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T12:26:22.000Z (almost 6 years ago)
- Last Synced: 2025-07-30T01:51:29.371Z (11 months ago)
- Topics: argo, kind, kubernetes, prometheus
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# argo-prometheus-example
Run `./deploy-argo-prometheus.sh` to create a Kubernetes cluster with kind that has
Argo and Prometheus configured.
For more information read this [post](https://dustinspecker.com/posts/viewing-argo-prometheus-metrics-using-kind/).
Run `./add-argo-prometheus-rule.sh` to create a PrometheusRule for Argo.
For more information read this [post](https://dustinspecker.com/posts/adding-a-prometheus-rule-for-argo/).
Run `GMAIL_USERNAME=username GMAIL_PASSWORD=password ./add-gmail-receiver.sh` to create an email receiver for AlertManager to send emails to a gmail account.
For more information read this [post](https://dustinspecker.com/posts/adding-alertmanager-gmail-receiver/).