Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 407 Bytes

Round-Robin Scheduler

This is a very simple scheduler demonstrating how works a Kubernetes scheduler.

Deploy

kubectl apply -f scheduler-round-robin.yaml

Build

docker build -t <your_registry>/scheduler-round-robin .
docker push <your_registry>/scheduler-round-robin

Then replace the deployment.spec.container.image value with <your_registry>/scheduler-round-robin.