Control Scheduling
They are many tools to influence where pods are scheduled inside of our cluster.
Configuring Multiple Schedulers
- Implement your own scheduler - build a scheduler that's custom build for our workload
- Run multiple schedulers concurrently
- Define in your Pod Spec which scheduler you want
- Deploy your scheduler as a system Pod in the cluster
To look more closely a that process: https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/