RARohith Akulainrohith7.hashnode.dev·Jun 23 · 6 min readMastering Kubernetes StatefulSet And DaemonSetSTATELESS APPLICATION Stateless applications do not store data permanently. If a Pod is terminated, a new Pod can be created on any node in the cluster. ReplicaSet only ensures the required number 00
RARohith Akulainrohith7.hashnode.dev·Jun 22 · 5 min readReplication Controller Vs Replica SetAssume you are running an application using a single Pod in a Kubernetes cluster. If the application crashes, the Pod dies, and users lose access to the application. To prevent this, Kubernetes uses R00
RARohith Akulainrohith7.hashnode.dev·Jun 22 · 6 min readMastering Kubernetes DeploymentsDefinition: A Deployment in Kubernetes is a resource object used to manage the deployment, scaling, and updates of containerized applications. It simplifies application lifecycle management by definin00
RARohith Akulainrohith7.hashnode.dev·Aug 26, 2025 · 2 min readWell Explained Kubernetes ArchitectureHere, we’ll simplify the complexities of Kubernetes architecture—pods, nodes, and control planes—to help you master container orchestration. 🚀 Understanding Kubernetes Architecture with a Coffee Shop Analogy ☕ Kubernetes can feel overwhelming at fi...00
RARohith Akulainrohith007.hashnode.dev·Aug 23, 2025 · 3 min readSuccessfully Deployed Java Application Using Jenkins + Docker CI/CD Pipeline🚀 Successfully Built End-to-End CI/CD Pipeline for Java Application In today’s fast-paced DevOps world, automation plays a vital role in delivering applications quickly, securely, and reliably. I recently built a complete CI/CD pipeline for a Java a...00