Anant Sarafdevopsgurug.hashnode.dev·Mar 25, 2024How 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...prometheus guide
Gayatri BarhateforTeckbaker's Blogteckbakers.hashnode.dev·Mar 31, 2023Azure Content Delivery NetworkCDN is as simple as data is cached near your location, so when you request data, the request doesn't go along to the origin server where your data is stored. If the data you want is not present in the cache, then it will be fetched from the origin se...2 likes·37 readsDevops & CloudAzure
Bruno Trindade Bragançabrbdev.hashnode.dev·Mar 17, 2023How to create a reverse proxy using Nginx to returns a JSON when hits some endpointTo see this post in Portuguese, click here The problem At my current job, I had to build a page to check if some environments are running or down. Just like AWS, Apple, etc, have, as you can see below. Job done, then I have to write tests to ensure...28 readsnginx