Amulyaawscloudbasics.hashnode.dev·Dec 16, 2024Kubernetes: Understanding Node Selector, Node Affinity, Taints, and TolerationsIntroduction In Kubernetes, effective pod scheduling is crucial for optimizing cluster performance and resource utilization. This article explores four key concepts that DevOps engineers use to control pod placement and node behavior: Node Selector ...DevOpsNode Affinity
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 4, 2024Taints VS Tolerations in KubernetesIntroduction In Kubernetes, taints and tolerations are mechanisms used to control which pods can be scheduled onto which nodes. They play a critical role in influencing the scheduling decisions made by the Kubernetes scheduler, allowing administrator...K8sTaints and Toleration
vikash kumardevopswizard.hashnode.dev·Jul 6, 2024My CKA Journey: A Simple Guide to Understanding Kubernetes SchedulingHey there, fellow Kubernetes enthusiasts and curious minds! 👋 It's me again, your friendly neighborhood Kubernetes newbie, back with another update on my CKA (Certified Kubernetes Administrator) adventure. Grab a cup of coffee (or tea, if that's you...CKA journeyManual scheduling Kubernetes