Building Highly Available Long-Term Metrics Storage with ThanosPrometheus is the de-facto standard for monitoring in Kubernetes environments. It is incredibly powerful for scraping and querying real-time metrics. However, as our infrastructure grew, we hit a commJul 16, 2026·4 min read
How to Set Up Jenkins in Docker with Docker-in-Docker (DinD) on Ubuntu ?What Is Jenkins with Docker-in-Docker (DinD)? Jenkins with Docker-in-Docker (DinD) is a setup where: Jenkins itself runs inside a Docker container Inside that Jenkins container, your pipelines can also run Docker commands This is possible thanks t...Jun 21, 2025·6 min read
How to Install Jenkins on Ubuntu 24.04 LTS (Step-by-Step Guide for Beginners)What is Jenkins ? Jenkins is one of the most popular open-source automation servers used in DevOps. It helps automate the build, test, and deployment process, making software delivery faster and more reliable. In this guide, I’ll walk you through wal...Jun 19, 2025·3 min read