arijitdas.hashnode.devUnderstanding Prometheus: A Comprehensive GuideIntroduction to the Prometheus Monitoring System Prometheus is an open-source monitoring and alerting toolkit widely used for cloud-native and microservices environments. Designed originally by SoundCloud in 2012 and now part of the Cloud Native Comp...Jun 6, 2025路46 min read
arijitdas.hashnode.devA Comprehensive Guide to Using Jenkins for DevOps1. Jenkins Introduction 1.1 What is Jenkins? Jenkins is an open-source Continuous Integration (CI) and Continuous Delivery (CD) server written in Java.It is widely used to: Build and test software automatically. Integrate changes frequently from mu...Jun 4, 2025路9 min read
arijitdas.hashnode.devTerraform Course - Automate your AWS cloud infrastructure1. AWS Setup Creating AWS account Accessing AWS Console Generating Access Keys (for later Terraform use) Setting IAM permissions (if needed) Security recommendations 2. Windows Setup Downloading Terraform binary Adding Terraform to system PA...Jun 2, 2025路12 min read
arijitdas.hashnode.devKubernetes: Complete In-Depth Documentation1. Introduction Kubernetes (also known as K8s) is an open-source platform designed to automate deploying, scaling, and operating application containers. 馃攳 Why Kubernetes? Container orchestration at scale. Self-healing: Automatically restarts faile...May 31, 2025路6 min read
arijitdas.hashnode.devComprehensive Guide to Using Docker for BeginnersIntroduction to Containers What are Containers? Containers are lightweight, portable, and self-sufficient units that package software and its dependencies together to ensure consistency across different computing environments. Unlike traditional virt...May 29, 2025路13 min read