Pod affinity & anti-affinity
Placing pods relative to other pods.
In plain terms
Pod affinity places pods relative to each other: keep the cache right next to the app it serves (together), or spread the copies across different racks so one failure can’t take them all out (apart).