All Projects → angao → scheduler-framework-sample

angao / scheduler-framework-sample

Licence: Apache-2.0 License
This repo is a sample for Kubernetes scheduler framework.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to scheduler-framework-sample

rundeck-nomad-plugin
Rundeck plugin running jobs on Nomad cluster.
Stars: ✭ 17 (-51.43%)
Mutual labels:  scheduler
cloud-sdk-ios-samples
SAP Cloud Platform SDK for iOS sample apps demonstrating various components and features of the SDK in the context of bigger apps.
Stars: ✭ 20 (-42.86%)
Mutual labels:  sample
kmm-with-cocoapods-sample
This project represents the case when Cocoapods dependencies are added in Kotlin and there is no existing Xcode project
Stars: ✭ 42 (+20%)
Mutual labels:  sample
bundler-comparison
Comparison of web resource bundlers. 📦
Stars: ✭ 21 (-40%)
Mutual labels:  sample
Fiori-for-iOS-Roadshow-2019
A collection of materials for the joined SAP and Apple Roadshow event.
Stars: ✭ 12 (-65.71%)
Mutual labels:  sample
nodejs-cron-job-must-know
it is an example of running node.js script with every certain period(cron job)
Stars: ✭ 35 (+0%)
Mutual labels:  scheduler
svelte-fullcalendar
A Svelte component wrapper around FullCalendar
Stars: ✭ 123 (+251.43%)
Mutual labels:  scheduler
swordfish
Open-source distribute workflow schedule tools, also support streaming task.
Stars: ✭ 35 (+0%)
Mutual labels:  scheduler
networkdays
Networkdays functions ... including `networkdays` excel like function with no dependencies (no NumPy)
Stars: ✭ 22 (-37.14%)
Mutual labels:  scheduler
asparagus
An easy to use task scheduler for distributed systems
Stars: ✭ 14 (-60%)
Mutual labels:  scheduler
cap-sflight
Using SAP Cloud Application Programming Model and SAP Fiori elements to build a simple travel management app, both with Node.js and Java.
Stars: ✭ 65 (+85.71%)
Mutual labels:  sample
reisen
A simple library to extract video and audio frames from media containers (based on libav).
Stars: ✭ 41 (+17.14%)
Mutual labels:  sample
find-sec-bugs-demos
Repository to showcase various configuration recipes with various technologies
Stars: ✭ 33 (-5.71%)
Mutual labels:  sample
abap-odata-smoke-test
This ABAP Report performs simple smoke tests for activated ODATA services, providing basic automated testing for your ODATA endpoints.
Stars: ✭ 13 (-62.86%)
Mutual labels:  sample
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (+22.86%)
Mutual labels:  sample
King.Service
Task scheduling for .NET
Stars: ✭ 34 (-2.86%)
Mutual labels:  scheduler
samplics
Select, weight and analyze complex sample data
Stars: ✭ 24 (-31.43%)
Mutual labels:  sample
cloud-bulletinboard-ads
This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Stars: ✭ 75 (+114.29%)
Mutual labels:  sample
arcgisearth-automation-api
Use ArcGIS Earth Automation API to communicate with ArcGIS Earth from applications that support REST.
Stars: ✭ 15 (-57.14%)
Mutual labels:  sample
scheduler
Task Scheduler for Laravel applications. UI from scratch
Stars: ✭ 18 (-48.57%)
Mutual labels:  scheduler

scheduler-framework-sample

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

$ make local

image

$ make image

Deploy

$ kubectl apply -f ./deploy/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].