sheakimran.hashnode.devUnderstanding Load Balancer Service vs. Ingress in KubernetesKubernetes offers multiple ways to expose your applications to the outside world, with Load Balancer service types and Ingress being two powerful options. Let's break down their differences, use cases, and limitations in a way that's easy to understa...May 18, 2025·5 min read
sheakimran.hashnode.devUnderstanding ConfigMaps and Ingress in Kubernetes: A Beginner's GuideHey folks! Today I want to share what I've learned about two super useful Kubernetes resources: ConfigMaps and Ingress. When I first started with Kubernetes, these concepts seemed a bit confusing, but they're actually pretty straightforward once you ...May 17, 2025·6 min read
sheakimran.hashnode.devKubernetes Services: A Deep Dive with ExamplesKubernetes has revolutionized the way we deploy and manage containerized applications. While Pods handle the actual workloads, they are ephemeral by nature - they come and go, and their IP addresses change. This is where Kubernetes Services come into...May 16, 2025·8 min read
sheakimran.hashnode.devKubernetes User Accounts vs Service Accounts: Deep Dive with Real-World ExamplesKubernetes is one of the most powerful container orchestration platforms, but it comes with a steep learning curve—especially when it comes to understanding authentication and authorization. One common point of confusion for beginners and even interm...May 12, 2025·4 min read
sheakimran.hashnode.devMastering Terraform: Deep Dive into State Files, Remote Backends, and State LockingTerraform is a powerful Infrastructure as Code (IaC) tool that manages resources through declarative configuration files. While writing Terraform code is straightforward, understanding how Terraform tracks state, handles collaboration, and prevents c...May 7, 2025·4 min read