A GPU / device extension framework for Kubernetes
Перейти к файлу
microsoft-github-policy-service[bot] 73e59ceee4
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-27 13:03:52 +00:00
gpuplugintypes initial checkin after refactoring code 2019-05-01 15:17:11 -07:00
gpuschedulerplugin make public 2019-05-02 17:21:51 -07:00
nvidiagpuplugin initial checkin after refactoring code 2019-05-01 15:17:11 -07:00
.gitignore Update Kubernetes version to v1.14.1 2019-04-18 14:39:58 -07:00
LICENSE Merge branch 'master' of github.com:sanjeevm0/kubegrpalloc 2017-10-05 17:04:50 -07:00
Makefile initial checkin after refactoring code 2019-05-01 15:17:11 -07:00
README.md Update README.md 2019-05-14 15:49:54 -07:00
SECURITY.md Microsoft mandatory file 2023-06-12 18:26:50 +00:00

README.md

Kubernetes GPU Project (KubeGPU)

The KubeGPU consists of two parts, one are the core extensions to Kubernetes (a CRI shim and a custom scheduler), and the other are the device-specific implementations implemented using Golang plugins for further extensibility. The project has been started and being worked on by Microsoft Research Lab in Redmond, USA.

The main project has now been split into the core and the plugins. For the core, please see: [https://github.com/Microsoft/KubeDevice]. The NVIDIA GPU plugins (which can be used in place of the standard NVIDIA device plugin) is located here.

Building the plugin

To build the plugin, make sure you have a Go installation. Then, run

go get github.com/NVIDIA/gpu-monitoring-tools/bindings/go/nvml
go get github.com/Microsoft/KubeDevice-API
go get github.com/Microsoft/KubeGPU
cd $GOPATH/src/github.com/Microsoft/KubeGPU
make

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.