MaGe Linux Operations
MaGe Linux Operations
Oct 23, 2024 · Cloud Native

Master Kubernetes Pod Scheduling: Node Selector, Affinity, Taints & More

This article explains why pod scheduling is critical in Kubernetes and walks through practical techniques such as node selectors, affinity/anti‑affinity rules, taints and tolerations, priority classes, preemption, and custom scheduling strategies, complete with real YAML examples and command‑line demos.

AffinityKubernetesNode Selector
0 likes · 23 min read
Master Kubernetes Pod Scheduling: Node Selector, Affinity, Taints & More
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2021 · Cloud Native

Mastering Kubernetes Scheduling: From Basics to Performance Tuning

This article provides a comprehensive guide to Kubernetes Scheduler, covering its architecture, extension points, API, node affinity, taints and tolerations, scheduling bottlenecks, priority classes, and performance tuning techniques to optimize pod placement in large clusters.

KubernetesNode AffinityPerformance Tuning
0 likes · 13 min read
Mastering Kubernetes Scheduling: From Basics to Performance Tuning
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Apr 27, 2021 · Cloud Native

Advanced Kubernetes Pod Scheduling: Node Selectors, Affinity, Taints & Probes

This guide explains how to control Kubernetes pod placement using nodeName, nodeSelector, node and pod affinity (hard and soft), taints and tolerations, as well as pod lifecycle features such as restart policies, init containers, lifecycle hooks, and liveness/readiness probes, with concrete YAML examples and commands.

AffinityKubernetesNode Selector
0 likes · 32 min read
Advanced Kubernetes Pod Scheduling: Node Selectors, Affinity, Taints & Probes
Qu Tech
Qu Tech
Mar 1, 2021 · Cloud Native

Boost Kubernetes Efficiency: 5 Practical Pod Scheduling Techniques

This article explains how to improve Kubernetes resource utilization by addressing node fragmentation, pod misconfiguration, and HPA settings, and then details five concrete scheduling methods—including nodeName, nodeSelector, nodeAffinity, taints, and pod priority—to optimize pod placement and reduce waste.

KubernetesNode AffinityPod Scheduling
0 likes · 12 min read
Boost Kubernetes Efficiency: 5 Practical Pod Scheduling Techniques