Laxman Patelgorgeousgawin.hashnode.dev·Feb 17, 2025ConfigMaps and Secrets: Managing Configuration and Sensitive Data in Kubernetes 🔐Kubernetes is all about running applications at scale, but how do you manage configuration data and sensitive information like passwords or API keys? Enter ConfigMaps and Secrets—two powerful tools that help you decouple configuration and sensitive d...k8s
Laxman Patelgorgeousgawin.hashnode.dev·Feb 16, 2025DaemonSets in Kubernetes - The Silent Guardians of Your Cluster 🛡️Kubernetes is a bustling ecosystem of pods, services, and deployments. But what about those tasks that need to run on every node in your cluster? Enter DaemonSets—the unsung heroes of Kubernetes. In this article, we’ll explore what DaemonSets are, wh...Kubernetes
anjanj.hashnode.dev·Feb 14, 2025#NoStupidQuestion: What is the best sequence to follow when reading a Git repository containing Kubernetes manifests to understand the project?When reading a Git project repository containing Kubernetes manifests, follow this sequence to understand the project structure and deployment process efficiently: 1. Start with the README file • File: README.md • Why: It often provides an overview o...Kubernetes
Nir Adlerblog.niradler.com·Feb 7, 2025Introducing HotPod: Fast Debugging and Process Management for ContainersOverview When debugging code inside a container, developers often need to build a new image and deploy a new pod, which can be slow and cumbersome. HotPod eliminates this hassle by allowing developers to copy updated files into a running container an...Open sourceDocker
Laxman Patelgorgeousgawin.hashnode.dev·Feb 7, 2025Kubernetes Probes: The Secret to Self-Healing Applications 🚑Imagine deploying an application in Kubernetes, only to find that some pods randomly stop working, others become unresponsive, and traffic still gets routed to a dead service. Nightmare, right? 😱 This is where Kubernetes Probes come to the rescue! I...1 likeKubernetes
mazen sayyedcloudwithmazen.hashnode.dev·Feb 7, 2025Kubernetes Technology: A DevOps Perspective (With Python)Introduction Kubernetes (K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. In DevOps, Kubernetes enhances CI/CD workflows by providing scalability, automation...Devops
Laxman Patelgorgeousgawin.hashnode.dev·Feb 5, 2025PriorityClass in Kubernetes: The VIP Pass for Your PodsImagine you're at an airport, and there's a long queue at security. But suddenly, a VIP with a priority pass walks straight through a special lane, skipping the entire line. Kubernetes has a similar system for pods—it’s called PriorityClass! 🚀 In th...Kubernetes
Aditya Dev Shrivastavaadityadevinterviewblog.hashnode.dev·Feb 4, 2025Interview-1: DevOps Interview QuestionsWhat is DevOps ? In simple words- The engineering discipline of optimizing both Development and Operations to enable the realization of business goals through rapid feedback, stable, responsive and flexible IT. In just 3 words we can say- “Better“, “...48 readsDevops
Rehan Fazalrehanfazal.hashnode.dev·Feb 3, 2025Running Headlamp Outside Your Kubernetes Cluster: A Step-by-Step GuideIntroduction to Headlamp What it is: A modern, web-based Kubernetes dashboard designed for managing and monitoring Kubernetes clusters. Key Features: Provides real-time insights into cluster resources. * Helps track workloads, manage deployme...headlamp
Vanshika Sharmavanshikasharmaa.hashnode.dev·Feb 2, 2025Kubernetes ArchitectureWhat is Kubernetes? Kubernetes (often abbreviated as K8s) is an open-source container orchestration platform that automates containerized applications' deployment, scaling, and management. It helps organizations efficiently run applications across m...2 likesKubernetes