devopswithkube.hashnode.devResource Quota: The Invisible Hand That Says ''Nope''What is a Quota? A quota simply means a fixed limit or allocated share of something. It is a predefined amount of a resource that can be used within a specific period or category. In simple words: Qu3h ago·4 min read
devopswithkube.hashnode.devMastering RBAC in K8s: Control Who Can Do What 🛡️☸️So far, we’ve explored many Kubernetes concepts — how to build applications, run them, manage downtime, handle traffic, and expose services. But there’s one critical piece that truly holds everything 4h ago·7 min read
devopswithkube.hashnode.devMastering Kubernetes Namespaces, Secrets, and ConfigMaps 🔐Just like every human needs personal space, Kubernetes also needs boundaries and that’s where Namespaces come in. Namespaces help us logically separate resources inside a cluster so that nothing colli20h ago·4 min read
devopswithkube.hashnode.devStatefulSet and DaemonSet in Kubernetes Explained With Real-World Examples ✌️Real-World Analogy: Stateless vs Stateful Let’s take a real-world example. A customer is having an issue with a package delivery, so he calls a live support agent. He explains the entire problem in detail. Unfortunately, the call gets disconnected du...Jan 26·5 min read
devopswithkube.hashnode.devWho Manages My Pods in Kubernetes? ReplicaController, ReplicaSet, Deployment & HPA Explained 😉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...Jan 25·6 min read