prometheus-practice

This is a repo that used to practice prometheus & Grafana.

Requirement

Deployment

  1. Kube prometheus Stack
$ make prom-install
  1. Redis Sentinel Cluster
$ make redis-install
  1. Start Mock data to redis app
# Start build app docker image
$ make docker-build
# Start app as a pod
$ make start-app