Feb 14 · 6 min read · Let’s say you create a Pod in Kubernetes and your application starts running perfectly. Now delete that Pod. Your application disappears. No recovery. No replacement. No warning. This simple experiment reveals an important truth: Pods are not design...
Join discussionJan 25 · 6 min read · Till now, we have seen how to create a Pod using both imperative and declarative approaches. We also exposed our applications using Kubernetes Services like ClusterIP for internal access and NodePort / LoadBalancer for external access. But do you thi...
Join discussionNov 9, 2025 · 4 min read · ReplicaSets in Kubernetes: Keeping Your Apps Always Running So, you've got your awesome application containerized and ready to deploy on Kubernetes. That's great! But what happens when that container crashes? Or when the server it's running on goes d...
Join discussion
Oct 23, 2025 · 3 min read · This post outlines how Deployments simplify and stabilize application delivery on Kubernetes. 🔹 What Is a Deployment? A Deployment is a Kubernetes resource object that defines the desired lifecycle of an application, including: The container image...
Join discussionOct 23, 2025 · 3 min read · I was working on Kubernetes when I noticed that a few nodes were not being used for pod placement. I didn’t realize this until there was a traffic spike and all active nodes were at peak usage. I had been under the assumption that I had enough nodes ...
Join discussion
Oct 22, 2025 · 3 min read · This post outlines how Deployments simplify and stabilize application delivery on Kubernetes. 🔹 What Is a Deployment? A Deployment is a Kubernetes resource object that defines the desired lifecycle of an application, including: The container image...
Join discussionSep 26, 2025 · 3 min read · Kubernetes workloads are divided into two major components -pods (the basic building block) -controllers (e.g.Replication Controller, Deployment, StatefulSet, CronJob, etc.) PODS A Pod for Kubernetes is what a container is for Docker: the smallest a...
Join discussionSep 20, 2025 · 9 min read · In Part 1 we covered the Kubernetes basics — nodes, pods, control plane.In this Part 2 we’ll go deeper into the most-used Kubernetes objects you’ll meet every day: Namespaces, ReplicationController, ReplicaSet, Deployments, and how Services expose th...
Join discussionSep 15, 2025 · 2 min read · I’ve recently added the Royal Oak Tourbillon 26518OR.OO.1220OR.01 to my collection, and I have to say this piece has quickly become one of my favorites. The skeleton dial immediately draws attention — you can see the tourbillon mechanism in motion, w...
Join discussion