nikithajain.hashnode.dev🔐 DevSecOps Demystified: Security for the Modern DevOps EraWelcome to the world of DevSecOps—where security becomes everyone's job, not just the security team’s. In this guide, we’ll break it down in a simple, beginner-friendly way so you can start building secure apps from day one 🚀 When implementing DevOp...Apr 30, 2025·4 min read
nikithajain.hashnode.devDevops 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
nikithajain.hashnode.devA 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
nikithajain.hashnode.devA 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
nikithajain.hashnode.devJenkins: 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