Feb 17 · 17 min read · 🔎 Key Differences Between Deployment and StatefulSet FeatureDeploymentStatefulSet Pod IdentityRandom pod names (no stable identity)Stable, predictable pod names (e.g., mysql-0) Persistent StorageNo guaranteed dedicated storageEach pod gets i...
Join discussionFeb 16 · 5 min read · Kubernetes is everywhere today. Whether you deploy applications on AWS EKS, Azure AKS, or Google GKE, Kubernetes is the system managing your containers behind the scenes. If you are starting with Kubernetes, the hardest part is not running commands. ...
Join discussionJan 24 · 3 min read · Step 1: Pre-Upgrade bash# Check current state aws eks describe-cluster --name prod-cluster --query "cluster.version" kubectl get nodes -o wide # Verify kubelet alignment eksctl get addon --cluster prod-cluster -o table # Validate HA control plane (...
Join discussionJan 24 · 3 min read · Step 1: Pre-Upgrade bash# Check current state aws eks describe-cluster --name prod-cluster --query "cluster.version" kubectl get nodes -o wide # Verify kubelet alignment eksctl get addon --cluster prod-cluster -o table # Validate HA control plane (...
Join discussionJan 4 · 29 min read · 1. Overview In today’s fast-paced software development world, speed alone is not enough. Applications must be secure, reliable, and production-ready before they ever reach users. This is where DevSecOps comes into the picture integrating security dir...
Join discussion
Jan 5 · 4 min read · Introduction In this blog, I want to share my end-to-end DevOps capstone project where I designed and implemented a fully automated CI/CD pipeline on AWS EKS, enabling zero-downtime deployments using Kubernetes rolling updates. The goal of this proje...
Join discussionJan 4 · 4 min read · This blog explains Kubernetes (K8s) architecture, Amazon EKS, and a complete hands-on project where I created an EKS cluster from a virtual machine (EC2), provisioned worker nodes, and deployed a Node.js application. This is written from a beginner-t...
Join discussion
Dec 23, 2025 · 1 min read · 🎯 Kubernetes Interview Questions for Freshers (0–2 Years) If you’re preparing for Cloud / DevOps interviews, these are the most commonly asked Kubernetes questions. 1️⃣ What is Kubernetes? Kubernetes is a container orchestration platform that autom...
Join discussionNov 27, 2025 · 91 min read · 🧾 Overview. I am pleased to share my experience on this project as a DevOps and Cloud engineer thus far on my blog. Building resilient, scalable, observable, and constantly deployable infrastructure is more important for launching a worldwide e-comm...
Join discussion