Prometheus K8s
Here’s a tutorial on how to set up Prometheus auto-discovery for pods with the label app=beta:
Deploy Prometheus: To get started, you’ll need to deploy Prometheus in your Kubernetes cluster. There are several ways to do this, but one common approach is to use a Prometheus Operator, which is a tool that automates the deployment and management of Prometheus instances. If you don’t have the Prometheus Operator installed, you can find installation instructions in the official documentation.
Posted by Zak's Notes on Thursday, February 10, 2022