I installed kubernetes and would like to make a little modification to the default scheduler. I want to know how to access the code.
The Kubernetes codebase is at https://github.com/kubernetes/kubernetes
It's written in GO and you can fork the project and start modifying it as you want.