Jan 8 · 4 min read · In Part 4, we explored Kubernetes networking - how traffic flows securely and efficiently inside and outside the cluster. Now we move to a topic that truly separates stateless demos from real production systems: Configuration management and persisten...
Join discussion
Nov 29, 2025 · 2 min read · 🚀 Kubernetes Day 1 – Basics (Super Easy Explanation) 🔥 1. Kubernetes kya hota hai? (Simple words) Kubernetes = Container ka managerJaise Docker container banata hai…Waise Kubernetes containers ko manage, scale, run, restart, balance karta hai. Kube...
Join discussionJul 19, 2025 · 5 min read · Hey Hashnode fam! 👋 You've just created a shiny new Namespace in Kubernetes, perhaps for your amazing new project! You run kubectl get namespaces in your terminal, and BAM! ✨ There it is! 🎉 But then you excitedly open your Kubernetes Dashboard, exp...
Join discussionJun 23, 2025 · 3 min read · Getting Started with Minikube: Your Local Kubernetes Playground Kubernetes is the industry standard for container orchestration, but setting up a full cluster can be complex. Minikube makes it simple—letting you run a local Kubernetes cluster on your...
Join discussionMay 16, 2025 · 3 min read · Kubernetes has a master-worker architecture: 🧠 Control Plane (Master Node) – Manages the cluster 💼 Worker Nodes – Run the actual applications (pods/containers) . 🏢 Kubernetes Cluster = A Restaurant Imagine a well-managed restaurant. Each par...
Join discussionApr 2, 2025 · 5 min read · 📌 Introduction In the world of cloud computing and containerization, Kubernetes (K8s) is the orchestrator that simplifies application deployment, scaling, and management. If you've ever wondered how big tech companies handle thousands of application...
Join discussion
Mar 16, 2025 · 10 min read · We saw how we can access our deployed containerized application from the external world via Services. Among the ServiceTypes the NodePort and LoadBalancer are the most often used. For the LoadBalancer ServiceType, we need to have support from the und...
Join discussionMar 12, 2025 · 9 min read · In today's business model, data is the most precious asset for many startups and enterprises. In a Kubernetes cluster, containers in Pods can be either data producers, data consumers, or both. While some container data is expected to be transient and...
Join discussion