-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
Coclobas is a scheduler for HPC-like jobs accessible through HTTP | ||
|
||
It can be setup with two kinds of configurations: | ||
It can be setup with three configurations: | ||
|
||
- Using Kubernetes and the *Google Container Engine*, | ||
i.e. using a Kubernetes “eleastic” cluster setup with `gcloud` and submitting | ||
jobs as Kubernetes “pods”. | ||
- Using the server's machine as a one-node cluster and submitting jobs as docker | ||
containers given a maximal number of jobs. | ||
- Using AWS-Batch, submitting jobs with aws-cli and optionally using | ||
S3 bucket to share data (new in 0.0.2, and a bit experimental). | ||
|
||
Coclobas is mostly used as a Ketrew plugin, but can be driven separately. | ||
|