An open API service indexing awesome lists of open source software.

https://github.com/aliyuncontainerservice/gpushare-device-plugin

GPU Sharing Device Plugin for Kubernetes Cluster
https://github.com/aliyuncontainerservice/gpushare-device-plugin

Last synced: about 1 year ago
JSON representation

GPU Sharing Device Plugin for Kubernetes Cluster

Awesome Lists containing this project

README

          

# GPU Sharing Device Plugin in Kuberntes

[![CircleCI](https://circleci.com/gh/AliyunContainerService/gpushare-device-plugin.svg?style=svg)](https://circleci.com/gh/AliyunContainerService/gpushare-device-plugin)
[![Build Status](https://travis-ci.org/AliyunContainerService/gpushare-device-plugin.svg?branch=master)](https://travis-ci.org/AliyunContainerService/gpushare-device-plugin)
[![Go Report Card](https://goreportcard.com/badge/github.com/AliyunContainerService/gpushare-device-plugin)](https://goreportcard.com/report/github.com/AliyunContainerService/gpushare-device-plugin)

## About

The Nvidia GPU sharing device plugin for Kubernetes is a Daemonset that allows you to automatically:
- Expose the GPU Memory and GPU count on the node of your cluster
- Run GPU sharing enabled containers in your Kubernetes cluster.

For more info, please refer [gpusharing scheduler extender](https://github.com/AliyunContainerService/gpushare-scheduler-extender)