K8S Scheduler

KubernetesKubernetes
Kubernetes is a container orchestration platform. This note serves as a Map of Content for this topic. Start your exploration on one of these notes:

[[K8S Node]]
[[K8S Object]]
[[What happen...
scheduler is a K8S Master NodeK8S Master Node
[[Kubernetes]] Master nodes (also known as k8s controlplane) are [[K8S Node]]s responsible for managing the cluster. No user processes normally run on master node, this is the job of the [[K8S Work...
component in charge of K8S SchedulingK8S Scheduling
[[K8S Scheduler]] is making sure that every [[K8S Pod]] is assigned to a [[K8S Node]]. Every pod that gets created has a property NodeName which is not set by default. kube-scheduler looks for pods...
.


Status: #🌱

References: