漏 2026 Hashnode
Welcome back! 馃憢 Day 51 of the 100 Days Cloud DevOps Challenge, and today we're mastering Kubernetes rolling updates! This is production deployment strategy - updating applications without downtime. Let's deploy! 馃殌 馃幆 The Mission - Rolling Update to...

In our journey through Kubernetes, we鈥檝e already explored pods, replication controllers, and services. Today, let鈥檚 dive deep into a powerful Kubernetes object that plays a vital role in managing application lifecycles: the Deployment object. We'll a...

Many Kubees often highlight that the main difference between ReplicationController (RC) and ReplicaSet (RS) lies in the use of equality-based versus set-based selectors. While this is technically correct, when it comes to practical implementation, mo...

Namespaces PODs Deployments ReplicaSets StatefulSets Please read this blog before continuing with this one: Click here Steps to Setup Kind Clusters Using a Manifest File: First we need to create a cluster using the manifest file (config.yml)...
