Continuous Delivery Data Collection
This project aims to provide a way to collect and visualize data of interest for Continuous Delivery development processes.
- Jenkins
- Prometheus
- Grafana
We rely on Jenkins, since it is a widely used base for CI/CD today. We use Prometheus to gather data and metrics and visualize it using Grafana.
minikube start
make all
Useful commands:
eval $(minikube docker-env)
minikube ip
minikube dashboard
You should now have your local Kubernetes cluster up and running. You should be able to access the Kubernetes dashboard on your VM ip on port 30000:
Mac OS X: