web-based simulator for scheduler behaviour (Project: Kubernetes)
- Mentors
- Adhityaa Chandrasekar
- Organization
- CNCF
In real Kubernetes, we cannot know the results of scheduling in detail without reading the logs, which usually requires privileged access to the control plane. Therefore, we have developed a simulator for kube-scheduler -- you can see the results of each plugin.
With kube-scheduler simulator, you create resources and see where a new pod goes. And, you can check how scheduling was performed in detail.
It can be used to learn about the Kubernetes scheduler or to examine the detailed behavior of plugins, etc.