Kubernetes Scheduler: Explained in Plain English with Comics

Written by ranand12 | Published 2020/05/22
Tech Story Tags: kubernetes | beginners | explained | tutorial | orchestration | containers | k8s | devops

TLDR Kubernetes Scheduler is the smallest deployable unit of workload. Pods always execute inside a Node. The kube scheduler constantly watches the API server to see if there are any pods which are unscheduled. Looks through the resource requirement for each container inside the pods. This is the basic kind of scheduling - where the kube scheduling is constantly looking at the API servers to find out if any pods are scheduled. In this scenario the pod has a nodeSelector which requests the pod to be deployment to any node which matches the key-value pair.via the TL;DR App

no story

Written by ranand12 | creator of www.azuremonk.com. Senior Cloud Solution Architect @ Microsoft NYC
Published by HackerNoon on 2020/05/22