Example of Argo-Workflow with Prometheus + Grafana deployed into Minikube using Terraform.
Start Minikube if not started, deploy all and submit 15 workflows. Warning: Re-creates ~/.kube/config
make start # it's safe to run many times
Open Grafana in default browser. Default username admin
and password prom-operator
.
make grafana
Try to search any default metric:
Delete Minikube and Terraform State
make clean