Ho should we ensure below - *Make sure that the pod is scheduled on `master/cont . . .

Rahul:
Ho should we ensure below -
Make sure that the pod is scheduled on master/controlplane and no other node in the cluster.

  1. Use nodeName ( as used in solution of lightning labs)
  2. Use nodeSelector ?
  3. remove taints from master/controlplane ?

Shwetha Shenoy V:
I would use a nodeSelector first thing. If there’s a taint on the node, then toleration. I wouldn’t suggest removing taints as they were present for a reason.