Skip to contentSkip to main content

Blog

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

Read
How Amazon S3 Files Changes Kubernetes Storage on EKS

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

Read
Using Docker Hub to Store, Share, and Manage Docker Images

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.

Read
End-to-End CI/CD Pipeline Using Jenkins and Kubernetes

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

Read
How Git Stores Files Internally to Saves Space in Your Repository

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.

Read
OpsGuard: A Production-Ready Status Page with Modern DevOps Practices

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

Read
How Kubernetes detects and restarts crashing pods automatically

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.