Scheduling with Pod Affinity

# Introduction Pod affinity is a Kubernetes feature that allows us to influence the scheduling of pods based on the presence or absence of other pods. In this challenge, we will learn how to use pod affinity to schedule pods together on the same node or on nodes that share a certain label.

|60 : 00

Click the virtual machine below to start practicing