Writing what I learn....
Nothing here yet.
Have you ever thought about how the Kubernetes scheduler under the hood schedules the Pod on the Node? Imagine you've created a deployment that contains 5 replicas of Pod, how does kube-scheduler determine which node the Pod should be scheduled on? N...

Before we delve into the various tools that can be used daily to boost your productivity with Kubernetes, let's take a step back in time and understand how the concept of Kubernetes emerged. In the 1990s, a single server was used to deploy one applic...

Hi there! In this blog, we'll take a closer look at what are Kubernetes Services and how they help you to connect with your application running on various Pods. We'll be going through a complete hands-on demo for a better understanding of Kubernetes ...
