Skip to content

ArangoGutierrez/Singularity-on-Nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singularity on Nomad

The Singularity on Nomad tutorial documents how to deploy Singularity on Nomad. The following diagram provides a high level overview of the Nomad architecture.

Nomad

overview of the Singularity architecture.

Singularity

The following components will be deployed to a minimal Nomad cluster (1 server + clients)

Motivation

Nomad is focused on both long-lived services and batch workloads, and is designed to be a platform for running large scale applications instead of just managing a queue of batch work. Nomad supports a broader range of workloads, is designed for high availability, supports much richer constraint enforcement and bin packing logic which works really well with the Singularity philosophy.

Singularity A container platform focused on supporting "Mobility of Compute".

Mobility of Compute encapsulates the development to compute model where developers can work in an environment of their choosing and creation and when the developer needs additional compute resources, this environment can easily be copied and executed on other platforms. Additionally as the primary use case for Singularity is targeted towards computational portability, many of the barriers to entry of other container solutions do not apply to Singularity making it an ideal solution for users (both computational and non-computational) and HPC centers.

The Container

Singularity utilizes container images, which means when you enter and work within the Singularity container, you are physically located inside of this image. The image grows and shrinks in real time as you install or delete files within the container. If you want to copy a container, you copy the image.

Using a single image for the container format, has added advantages especially within the context of HPC with large parallel file systems because all metadata operations within the container occur within the container image (and not on the metadata server!).

Mobility of Compute

With Singularity, developers who like to be able to easily control their own environment will love Singularity's flexibility. Singularity does not provide a pathway for escalation of privilege (as do other container platforms which are thus not applicable for multi-tenant resources) so you must be able to become root on the host system (or virtual machine) in order to modify the container.

Tutorial

Contribute

We believe that sharing is important, and encouraging our peers is even more important. Part of contributing to this tutorial means respecting, encouraging and welcoming others.

About

The Singularity on Nomad tutorial documents how to deploy Singularity on Nomad.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published