snehcreate.hashnode.devAKS 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
snehcreate.hashnode.devDemystifying Kubernetes Scheduling and Pod PlacementAs Kubernetes becomes the de facto standard for container orchestration, understanding how the scheduler makes placement decisions is essential. In this article, we walk through the key components that influence pod scheduling and placement, includin...Apr 19, 2025·5 min read
snehcreate.hashnode.devKubernetes Pod Concepts in Action: Real-World Use CasesAs Kubernetes adoption grows, understanding some advanced pod-related concepts can help you build more resilient, secure, and observable workloads. In this article, we break down four such concepts and provide real-world use cases where they shine. ...Apr 13, 2025·5 min read
snehcreate.hashnode.devKubernetes Deep Dive: kubectl describe vs docker inspect Explained SimplyUnderstanding kubectl describe vs docker inspect in Kubernetes When you're troubleshooting Kubernetes Pods, it's common to ask: "Should I run kubectl describe or go into the node and run docker inspect?" While both commands are incredibly useful, the...Apr 12, 2025·3 min read
snehcreate.hashnode.devKubeConfig and REST API Call: Deep DiveStep-by-Step Guide: Creating a Kubernetes User for kubectl By default, Kubernetes does not have users like Linux. Instead, authentication is managed using TLS certificates, service accounts, OpenID, etc. If you carefully see the Kube Config file you ...Feb 1, 2025·5 min read