AKS Ingress and App Gateway IntegrationAKS Ingress Issue with Managed Identity and App Gateway Integration Working with Azure Kubernetes Service (AKS) and Application Gateway Ingress Controller (AGIC) can be incredibly powerful — but sometimes, subtle configuration mismatches can cause ho...May 22, 2025·4 min read
Kubernetes Architecture - Deep DiveAPI Server - The brain of Kubernetes. It has the following three stages when a REST API call is sent to it: Authentication - Verifies the identity of the request. Authorization - Checks if the authenticated user has permission. Admission Control -...Jan 31, 2025·4 min read
Container FundamentalsUnderstanding Isolation in Containers on Linux Introduction Containerization has revolutionized application deployment by providing lightweight, portable, and efficient environments. The key to achieving isolation in containers lies in leveraging L...Jan 28, 2025·5 min read
Redirect Issue in the Bank App Deployed on EKS on custom domainHow Session Affinity Solved the Redirect Issue in the Bank App Deployed on EKS When deploying applications on Kubernetes with an ingress controller (e.g., NGINX ingress), maintaining consistent user sessions becomes crucial for web applications, espe...Jan 24, 2025·3 min read
Kubernetes Networking Demystified: A Comprehensive Guide with Real-World ExamplesKubernetes networking is the backbone of how containers communicate within a cluster and how external users interact with services. While it may seem complex at first, breaking it down into digestible concepts and real-world scenarios can help you un...Dec 23, 2024·3 min read
Building Azure Infrastructure with Terraform and Configuring It with AnsibleThis article explores how to combine Terraform and Ansible to create and configure an Azure environment seamlessly. We'll provision the infrastructure, deploy virtual machines (VMs), and configure them with NGINX using Ansible. The solution is ideal ...Dec 16, 2024·5 min read
From Code to Cloud: Automating Django App Deployment with GitHub Actions and Azure Web AppsDeploying applications seamlessly and securely is every developer's dream. With GitHub Actions and Azure Web Apps, that dream can become a reality. But as they say, no good deployment happens without a fair share of challenges. In this article, I’ll ...Dec 13, 2024·4 min read