Apr 6 · 6 min read · How Kubernetes resolves service names to IPs — and how CoreDNS powers it all behind the scenes. Beginner to Advanced 10 min read K8s Networking Introduction What is DNS and Why Does K8s Need It? Imagi
Join discussion
Mar 27 · 14 min read · Cloud-native development enables enterprise .NET applications to scale and remain resilient in the cloud. Using Azure DevOps CI/CD pipelines, you can automate building, testing, and deploying applicat
Join discussion
Mar 10 · 8 min read · When running applications in Kubernetes, Pods are constantly created, destroyed, and replaced. Because of this dynamic nature, Pod IP addresses keep changing. This creates a problem. If a frontend app
Join discussion
Feb 21 · 11 min read · When working with Kubernetes, deploying Pods is simple. But understanding how traffic flows inside the cluster — and how applications are exposed — is where real learning begins. In this practical dee
Join discussionJan 27 · 4 min read · In the previous session, we explored Replication Controllers, which ensure that the desired number of pod replicas are always running to maintain availability and reliability in a Kubernetes cluster. On Day-5, we move one step ahead and learn about o...
Join discussion
Nov 1, 2025 · 3 min read · Introduction If you’ve ever deployed an app on Kubernetes, you might have noticed that Pods come and go — they aren’t permanent. So how do users or other Pods communicate with these ever-changing Pods?That’s where Kubernetes Services step in. They pr...
Join discussion
Sep 27, 2025 · 5 min read · Kubernetes (K8s) has become the backbone of modern cloud infrastructure. In the last parts, we discussed Pods, ReplicaSets, Deployments, and Namespaces — all essential for deploying and managing applications. But how do these applications communicate...
Join discussionSep 11, 2025 · 4 min read · In the previous articles, we learned how to set up a Kubernetes cluster, understand its architecture, and run applications using Pods, ReplicaSets, and Deployments. But running applications is only half the story. Pods are ephemeral.They are created,...
Join discussion
Aug 19, 2025 · 3 min read · 🔹 Introduction We explored Pods and ReplicaSets. While these are foundational concepts, real-world Kubernetes applications rarely use Pods or ReplicaSets directly. Instead, we rely on Deployments to manage them, and Services to make our applications...
Join discussion