Blog
Technical articles, DevOps deep dives, AI research, and software engineering insights

How Amazon S3 Files Changes Kubernetes Storage on EKS
How S3 Files enables shared storage for Kubernetes workloads on AWSYour data lives in S3. Your application needs a file system. And between those two things, you end up wri

Using Docker Hub to Store, Share, and Manage Docker Images
Learn how Docker Hub is used to store, share, and manage Docker images efficiently for development, CI/CD pipelines, and production deployments.

End-to-End CI/CD Pipeline Using Jenkins and Kubernetes
Building Scalable, Cloud-Native CI/CD Pipelines with Jenkins and KubernetesIn modern DevOps workflows, running Jenkins on static or long-l

How Git Stores Files Internally to Saves Space in Your Repository
Learn how Git stores files internally using snapshots, blobs, trees, and hashing to avoid duplication and save repository space efficiently.

OpsGuard: A Production-Ready Status Page with Modern DevOps Practices
From Code to Cloud: Building a Self-Healing Status Page on AWS EKSHow I built an enterprise-grade infrastructure monitoring platform using Kubernetes, Terraform, and GitOps — f

How Kubernetes detects and restarts crashing pods automatically
Understand Kubernetes self-healing by exploring how the Kubelet, PLEG, probes, and CrashLoopBackOff work together to restart failing containers.