Kubernetes

You want to run a new Pod and you would like it to be scheduled by a custom scheduler. How to achieve it?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Add the following to the spec of the Pod:

spec:
  schedulerName: some-custom-scheduler