Tagged articles
7 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Nov 5, 2025 · Cloud Native

Mastering Kubernetes Pod Affinity: From Node Rules to Anti‑Affinity Strategies

This guide explains how Kubernetes pod scheduling affinity—both node affinity and pod (anti‑)affinity—provides fine‑grained control over pod placement, covering hard and soft rules, practical YAML examples, scoring mechanisms, and a comparison with DaemonSets for high availability and resource isolation.

Anti-AffinityKubernetesNode Affinity
0 likes · 16 min read
Mastering Kubernetes Pod Affinity: From Node Rules to Anti‑Affinity Strategies
Ops Development Stories
Ops Development Stories
Mar 22, 2022 · Operations

Optimize Kubernetes Resource Use with Requests, Limits, and Scheduling

This article explains common causes of resource waste in Kubernetes clusters, such as over‑provisioned requests and fluctuating workloads, and provides practical methods—including proper request/limit settings, ResourceQuota and LimitRange policies, node affinity, taints and tolerations, and HPA—to improve overall resource utilization and cluster stability.

KubernetesLimitRangeNode Affinity
0 likes · 16 min read
Optimize Kubernetes Resource Use with Requests, Limits, and Scheduling
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 AffinityScheduler
0 likes · 13 min read
Mastering Kubernetes Scheduling: From Basics to Performance Tuning
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
MaGe Linux Operations
MaGe Linux Operations
Oct 19, 2020 · Cloud Native

Mastering Kubernetes Pod Scheduling: Affinity, Anti‑Affinity, and Custom Schedulers

This article explains how Kubernetes Scheduler assigns Pods to nodes, covering fairness, resource efficiency, performance, and flexibility, then details the predicate and priority phases, common algorithms, node and pod affinity rules, custom scheduler configuration, and practical YAML examples with command‑line demonstrations.

AffinityCustom SchedulerKubernetes
0 likes · 14 min read
Mastering Kubernetes Pod Scheduling: Affinity, Anti‑Affinity, and Custom Schedulers