18 followers
Having fun in tech
What is database partitioning? Database partitioning means breaking your large data into smaller partitions to access the data quickly. For example,...
Jenkins is one of the most famous automation servers in the market. In this series, we will explore Jenkins by integrating it with some monitoring and...
We assume you already have an EKS cluster running, if you don't please refer to this article to create a cluster on EKS. Setup grafana on EKS Create a...
Let's start by creating the cluster, if you already have a cluster running you can skip this part. Creating the EKS cluster Sign in to your AWS...
Prerequisites Docker Docker-compose git installed Fork & clone the code to your local machine. Breakdown Nginx alpine image will be used as a...
What is a data source in Grafana? Data sources can be any entity that provides you access to data that you want to visualize in a dashboard. Data...