How to run jenkins agents on kubernetes clusterI already have a volume that has setup for jenkins and it is deployed on docker so i import it and use it On docker desktop import this volume Check the latest image now run the jenkins docker image with latest version docker run -d -p 8080:8080 ...Jul 29, 2025·15 min read
How to create alert with prometheus in kubernetes with service monitor and prometheus ruleWe will need following files , all resources will be deployed in default namespace. This is in continuation with article : https://devopsgurug.hashnode.dev/how-to-create-a-custom-prometheus-scrapeable-endpoint-for-testing-in-kubernetes You can refer ...Mar 28, 2024·3 min read
How to Create a Custom Prometheus Scrapeable Endpoint for testing in kubernetesCopy these 2 files in your machine $ ls -l total 2 -rw-r--r-- 1 Dell 197121 382 Mar 21 13:23 Dockerfile -rw-r--r-- 1 Dell 197121 605 Mar 21 13:22 prometheus-scrapping-app.py Following is app.py from flask import Flask, Response from prometheus_clien...Mar 25, 2024·3 min read
How to install prometheus in kubernetes using helm charts for monitoring and installation trouble shootingPre-requisites are : kubernetes cluster Run following command on your cluster All resources will be deployed in default namespace $ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts "prometheus-community" has been ...Mar 24, 2024·3 min read