2 — nodeSelector
Purpose
[stub: nodeselector]
Metadata
| Author | Amit Singh |
| Scope | kubernetes |
Local graph
Related notes
9 — Cluster Lifecycle
Why control-plane and etcd lifecycle, not just worker node churn, is the part of 'cluster lifecycle' most operators under-plan for.
3 — Node Affinity
Why splitting node affinity into required (hard) and preferred (soft) rules lets you express 'must have SSD' and 'prefer us-east' in the same spec.
8 — Node Maintenance
Why cordon-then-drain, not a bare delete, is the only sequence that respects PodDisruptionBudgets while evacuating a node.
4 — Pod Affinity & Anti-Affinity
Why the topology key, not just 'same node' or 'different node', is what actually spreads replicas across real failure domains.