rasika-devops.hashnode.devπ Kubernetes Rolling Updates & Rollbacks Explained (Zero-Downtime Deployments Made Simple)Modern production systems cannot afford downtime. Whether you're shipping microservices, APIs, or internal platforms, your deployment strategy must ensure: High availability Controlled risk Easy recovery from failure In Kubernetes, this is handl...Feb 13Β·4 min read
rasika-devops.hashnode.devπ Kubernetes on EKS: Security, Resource Management & Probes β What I Recently Learned (Deep Dive)Running containers is easy.Running them securely, efficiently, and reliably on production EKS?Thatβs engineering. Over the past weeks, Iβve been diving deep into: π Kubernetes security (especially in EKS) βοΈ Resource management (CPU/Memory control...Feb 12Β·4 min read
devops-cicd-automation-aws-eks.hashnode.devKubernetes Storage in Production (AWS EKS Focus)Kubernetes storage is one of the most critical pillars of production-grade container orchestration. Stateless applications are easy to deploy, but real-world systems require persistent data β databases, logs, analytics, ML pipelines, CI/CD artifacts,...Feb 5Β·4 min read
rasika-devops.hashnode.devπ Kubernetes Networking Deep DiveServices, Ingress, Gateway API, EndpointSlices, NetworkPolicies & DNS : Documentation Link : https://kubernetes.io/docs/concepts/services-networking/ 5 Introduction Kubernetes networking is one of the most misunderstood yet most critical parts of ...Feb 2Β·5 min read
rasika-devops.hashnode.devπ Kubernetes in Production: Architecture, Workloads & Scheduling (Hands-On Experience)This article documents my hands-on experience working with Kubernetes in production-like environments, primarily focusing on Amazon EKS (Managed Node Groups). It covers architecture, core workloads, scheduling, and high availability, along with pract...Jan 31Β·5 min read