ARTICLES & TECHNICAL LOGS
Archival articles on DevOps, Kubernetes, Cloud Infrastructure, CI/CD automation, and SRE.

My Argo CD Learning Journey: GitOps with Kubernetes and Minikube
I recently started learning Argo CD by setting it up on a local Minikube Kubernetes cluster and connecting it to a GitHub repository as the source of truth. In this hands-on learning, I explored how Argo CD compares the desired state in Git with the actual state in Kubernetes, how synchronization works, and how configuration drift and reconciliation happen.
Building Automated CI/CD Pipelines with GitHub Actions & Docker
A comprehensive technical guide to architecting zero-downtime containerized deployment pipelines using Docker, GitHub Actions, and automated SSL termination.
Production Kubernetes Cluster Deployment on AWS EKS
Step-by-step architectural breakdown of provisioning scalable Kubernetes clusters on AWS EKS with Prometheus, Grafana, and Load Balancing.
Serverless Infrastructure as Code with Terraform & AWS Lambda
How to provision modular, cost-efficient serverless infrastructure using Terraform, AWS Lambda, API Gateway, and DynamoDB.