Cluster Scheduling
Everything on SkillVeris tagged Cluster Scheduling — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What are Kubernetes Resource Requests and Limits?
A resource request is the guaranteed amount of CPU and memory the scheduler reserves for a container on a node, while a limit is the hard ceiling the container…
What is Kubernetes Node Affinity?
Node affinity is a scheduling rule that constrains which nodes a Pod can be placed on, based on node labels, using expressive requiredDuringSchedulingIgnoredDu…
What are Kubernetes Taints and Tolerations?
A taint is a marker applied to a node that repels Pods from being scheduled onto it unless the Pod explicitly tolerates that taint, and a toleration is a match…