Setting up a Prometheus monitoring stack in Kubernetes

Travel Planner VIP
10 min readFeb 23, 2022

Pre-requisites

In this article, I will be working with the following software, it makes sense to have these pre-installed before continuing.

  • minikube — minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes
  • kubectl — The Kubernetes command-line tool, kubectl, allows you to…

--

--