- List of known labels, annotations, and taints: https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/
- Assigning Pods to Nodes in the Kubernetes documentation: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/
- More on labels and selectors in the Kubernetes documentation: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- Scheduler affinities through examples: https://banzaicloud.com/blog/k8s-affinities/
- Node affinity and NodeSelector design document: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/nodeaffinity.md
- Interpod topological affinity and anti-affinity design document: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/podaffinity.md