Skip to content
Discussion options

You must be logged in to vote
  • Controllers complement schedulers, in some cases optional. For example, a controller is well-suited to reflect the current status - such as how many Pods are scheduled in a PodGroup - providing users with more detailed information.
  • Scheduler plugins do not interact with controllers. Instead, they work with the spec of dependent resources, such as Pods, Nodes, CR objects, and similar entities.
  • The provided images are mainly intended to ease spinning up a secondary scheduler, allowing you to keep the default kube-scheduler unchanged - especially useful in cloud environments where you have no control over the control plane. You can ignore the images as well, for example, some users directly…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guigomcha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants