Skip to content

A custom kubernetes scheduler that places pods randomly on nodes

Notifications You must be signed in to change notification settings

dgrezza/minimum-pod-scheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum Pods Kubernetes scheduler

This is a custom kubernetes scheduler that can be used for demo. It's not intended for production usage.

The scheduler watches pods and binds them to nodes that have a minimum number of pods, then emits "Scheduled" events.

About

A custom kubernetes scheduler that places pods randomly on nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 64.5%
  • Makefile 27.2%
  • Dockerfile 8.3%