Challenge, Medium, on
Schedule Pods Using Required Pod Affinity
by Omkar Shelke
A Kubernetes cluster has an existing database Deployment running. Configure a new web Deployment to schedule its pods only on nodes where the database pods are already running using required pod affinity.
Submissions: 1/1