What are Custom Resource Definitions (CRDs)?☸ Kubernetes · 5 min read Kubernetes lets you define your own resource types. Here's what that means and when you'd actually use it. ⏱ 5 min read 🎯 Beginner 📦 K8s Extensibility What is a CRD? KubernApr 6, 2026·5 min read
Devops Mega project: How to Create a Safe and Scalable Kubernetes Infrastructure with DevSecOps, GitOps, and 2-Tier MonitoringIntroduction In the modern era of cloud-native applications, DevOps plays a crucial role in automating, securing, and deploying software efficiently. This project demonstrates a Kubernetes-based DevOps pipeline with infrastructure as code (IaC), GitO...Apr 7, 2025·13 min read
A Complete Guide to Monitoring Kubernetes Clusters using Prometheus and GrafanaKubernetes (K8s) is a powerful container orchestration platform, but managing and monitoring it effectively requires robust observability tools. The above diagram illustrates how Prometheus, Grafana, and Helm work together to monitor a Kubernetes clu...Apr 3, 2025·4 min read
A Guide to Observability: Using Prometheus and Grafana with Django notes-appWe need to understand the importance of observability tools that we use in DevOps, mostly to immediately see if any potential risks through visual representation. What is Observability? Observability is the practice of monitoring and understanding th...Mar 23, 2025·6 min read
Jenkins: Job creation & building script with groovy syntaxExplore the Jenkins Dashboard After installation and completing the initial setup, you’ll be directed to the Jenkins Dashboard. This is your command center for creating and managing jobs, pipelines, and monitoring Jenkins’ overall status. The Jenkins...Mar 15, 2025·4 min read
Understanding Kubernetes Pods: The Heart of Your Containers 🚀Kubernetes has revolutionized how we manage and deploy applications in containers. At the heart of Kubernetes lies the concept of Pods. If you're diving into Kubernetes, it's essential to understand what Pods are, how they work, their lifecycle, and ...Mar 5, 2025·5 min read
Understanding Kubernetes: A Starter's Handbook🔥Let’s understand the Microservices Architecture and Monolithic Architecture. What Is a Monolithic Architecture?💫 A monolithic architecture is the traditional approach to building applications, where everything – from the user interface to the busine...Feb 28, 2025·7 min read