Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angao/scheduler-framework-sample

This repo is a sample for Kubernetes scheduler framework.
https://github.com/angao/scheduler-framework-sample

demo golang kubernetes sample scheduler scheduler-framework

Last synced: about 8 hours ago
JSON representation

This repo is a sample for Kubernetes scheduler framework.

Awesome Lists containing this project

README

        

# scheduler-framework-sample

![](https://github.com/angao/scheduler-framework-sample/workflows/Go/badge.svg)

This repo is a sample for Kubernetes scheduler framework. The `sample` plugin implements `filter` and `prebind` extension points.
And the custom scheduler name is `scheduler-framework-sample` which defines in `KubeSchedulerConfiguration` object.

## Build

### binary
```shell
$ make local
```

### image
```shell
$ make image
```

## Deploy

```shell
$ kubectl apply -f ./deploy/
```