-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description: There are lots of labs desktop in our college and they are lying idle for most of the time. The idea is to create a cluster with them so that we can use their computing power whenever desired.
Possible Features:
- CLI way to submit tasks to facilitate automation
- GUI way to submit tasks to facilitate adoption
Potential Challenges:
- Installing it on all the machine
- Handling when desktops are turned off
Problem(s) it Solves:
- Could be used for training ML models for projects
Resources:
- None
Possible Implementations:
- Create a docker swarm
- Create a kubernetes cluster- installing it can be pain but it offers lot more sophisticated feature than dokcer swarm
This is prefered than installing something like Apache Spark because the above setup will offer us to run almost any application.