Tagged articles

nodeAffinity

4 articles · Page 1 of 1
Raymond Ops
Raymond Ops
Jun 21, 2026 · Cloud Native

Stop Pods From “Running Wild”: A Practical Guide to Kubernetes Scheduling Strategies

This guide explains why default Kubernetes scheduling often falls short in production, introduces nodeSelector, nodeAffinity, podAffinity/anti‑affinity, taints/tolerations, topologySpreadConstraints and PriorityClass, and provides step‑by‑step configuration examples, real‑world use cases, best‑practice recommendations, troubleshooting tips, and monitoring alerts to ensure reliable pod placement.

KubernetesPod SchedulingPriorityClass
0 likes · 36 min read
Stop Pods From “Running Wild”: A Practical Guide to Kubernetes Scheduling Strategies
Cloud Architecture
Cloud Architecture
Jun 9, 2026 · Cloud Native

Kubernetes Deployment Node Scheduling: A Complete Guide Beyond Just Running Pods

The article explains why the default Kubernetes scheduler is insufficient for production, details the four scheduling constraints—resource, topology, performance, and governance—covers the scheduler's internal phases, and provides practical patterns, code examples, and troubleshooting steps for robust Deployment node scheduling.

DeploymentKubernetesNode Scheduling
0 likes · 43 min read
Kubernetes Deployment Node Scheduling: A Complete Guide Beyond Just Running Pods
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2022 · Cloud Native

Mastering Kubernetes DaemonSets: Ensure One Pod per Node Efficiently

DaemonSets in Kubernetes automatically run a dedicated pod on each node, handling storage, logging, and monitoring tasks, while using node selectors, affinities, and tolerations to manage placement, resources, and lifecycle, with examples and YAML definitions for fluentd‑elasticsearch deployment.

Cloud NativeDaemonSetKubernetes
0 likes · 9 min read
Mastering Kubernetes DaemonSets: Ensure One Pod per Node Efficiently