First time here? Check our help page!
3

Open Studio Server HPC Scheduler

Hi,

I have been snooping around the Open Studio Server repo (https://github.com/NREL/OpenStudio-se...) trying to figure out how jobs are scheduled on AWS ECS but cannot seem to find anything related to job scheduling. I can see there are 3 queues being used to schedule jobs but cannot see how these jobs are transferred to the correct nodes or how the order/machines on which jobs are run is decided.

Also is my understanding correct that the lower level orchestration of containers is done using docker-compose only and not any kubernetes?

Thanks in advance for anyone's help.

PS: apologies if this is a daft question... I just don't read Ruby or R very well as I'm more python/js/go focused.

AntoineDao's avatar
31
AntoineDao
asked 2018-07-08 06:33:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

According to this issue that I posted on OpenStudio Server's github page, OpenStudio Server does not use Kubernetes. I was told that you can use Docker Swarm pretty easily and Kompose could be used to try to convert to Kubernetes.

anchapin's avatar
626
anchapin
answered 2018-07-23 06:40:19 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments