Difference between revisions of "Kubernetes scheduler"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
* [[CKA v1.18]]: Know how to configure the Kubernetes scheduler
 
* [[CKA v1.18]]: Know how to configure the Kubernetes scheduler
 
* [[CKA v1.18: Use label selectors to schedule Pods]]: <code>[[kubectl label nodes]]</code> and <code>[[nodeSelector]]</code>
 
* [[CKA v1.18: Use label selectors to schedule Pods]]: <code>[[kubectl label nodes]]</code> and <code>[[nodeSelector]]</code>
 +
* Read about Kubernetes scheduler and [[Karpenter]] https://github.com/aws/karpenter/issues/1528
  
 
== Related terms ==
 
== Related terms ==

Revision as of 17:49, 16 December 2022

kube-scheduler is the default scheduler for Kubernetes and runs as part of the control plane.

/var/log/kube-scheduler.log - Scheduler (kube-scheduler), responsible for making scheduling decisions

Activities

Related terms

See also

Advertising: