Tag

kube-scheduler

0 views collected around this technical thread.

System Architect Go
System Architect Go
Jun 15, 2024 · Cloud Native

Understanding kube-scheduler and How to Create a Custom Scheduler in Kubernetes

This article explains the role of kube-scheduler in Kubernetes, details its scheduling workflow and plugin framework, and demonstrates how to define a custom scheduler by configuring KubeSchedulerConfiguration, creating a ConfigMap, deploying it via a Deployment, and verifying its operation alongside the default scheduler.

K8scloud nativecustom-scheduler
0 likes · 9 min read
Understanding kube-scheduler and How to Create a Custom Scheduler in Kubernetes