Difference between revisions of "Kubernetes scheduler"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
== See also == | == See also == | ||
* {{Control Plane}} | * {{Control Plane}} | ||
− | * {{ | + | * {{Kubernetes scheduler}} |
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Revision as of 15:13, 2 January 2023
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
- CKA v1.18: Know how to configure the Kubernetes scheduler
- CKA v1.18: Use label selectors to schedule Pods:
kubectl label nodes
andnodeSelector
- Read about Kubernetes scheduler and Karpenter https://github.com/aws/karpenter/issues/1528
Related terms
PodFitsResources
filternodeSelector
Kind: Pod
kubectl get pods -o wide
kubectl logs
CronJobs
default-scheduler
FailedScheduling
- Karpenter
0/11 nodes are available: 1 Insufficient cpu, 1 Too many pods, 10 nodes(s) didn't match Pod's node affinity/selector 0/2 nodes are available: 1 Too many pods, 1 nodes(s) didn't match Pod's node affinity/selector
See also
Advertising: