• This repository has been archived on 30/Dec/2020
  • Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Singularity implementation of the Kubernetes Container Runtime Interface

Singularity-CRI

The singularity-cri and wlm-operator projects were created by Sylabs to explore interaction between the Kubernetes and HPC worlds. In 2020, rather than dilute our efforts over a large number of projects, we have focused on Singularity itself and our supporting services. We're also looking forward to introducing new features and technologies in 2021.

At this point we have archived the repositories to indicate that they aren't under active development or maintenance. We recognize there is still interest in singularity-cri and wlm-operator, and we'd like these projects to find a home within a community that can further develop and maintain them. The code is open-source under the Apache License 2.0, to be compatible with other projects in the k8s ecosystem.

Please reach out to us via [email protected] if you are interested in establishing a new home for the projects.


CircleCI Code Coverage Go Report Card

This repository contains Singularity implementation of Kubernetes CRI. Singularity-CRI consists of two separate services: runtime and image, each of which implements K8s RuntimeService and ImageService respectively.

The Singularity-CRI is currently under development and passes 71/74 validation tests. Note that used test suite is taken from v1.13.0 tag. Detailed report can be found here.

Quick start

Complete documentation can be found here. Further a quick steps provided to set up Singularity-CRI from source.

In order to use Singularity-CRI install the following:

Since Singularity-CRI is now built with go modules there is no need to create standard go workspace. If you still prefer keeping source code under GOPATH make sure GO111MODULE is set.

The following assumes you are installing Singularity-CRI from source outside GOPATH:

git clone https://github.com/sylabs/singularity-cri.git && \
cd singularity-cri && \
git checkout tags/v1.0.0-beta.5 -b v1.0.0-beta.5 && \
make && \
sudo make install

This will build the sycri binary with CRI implementation. After installation you will find it in /usr/local/bin.

Singularity-CRI works with Singularity runtime directly so you need to have /usr/local/libexec/singularity/bin your PATH environment variable.

To start Singularity-CRI simply run sycri binary. By default it listens for requests on unix:///var/run/singularity.sock and stores image files at /var/lib/singularity. This behaviour may be configured with config file, run sycri -h for more details.

Contributing

Community contributions are always greatly appreciated. To start developing Singularity-CRI, check out the guidelines for contributing.

We also welcome contributions to our user docs.

Support

To get help with Singularity-CRI, check out the community Portal. Also feel free to raise issues here or contact maintainers.

For additional support, contact us to receive more information.

License

Unless otherwise noted, this project is licensed under a Apache 2 license found in the license file.

More Repositories

1

singularity

SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.
Go
743
star
2

wlm-operator

Singularity implementation of k8s operator for interacting with SLURM.
Go
117
star
3

examples

files and instructions for creating and using example containers from the sylabs.io blog
Jupyter Notebook
103
star
4

singularity-userdocs

User Documentation for SingularityCE.
Python
18
star
5

sif

Singularity Image Format (SIF) reference implementation.
Go
17
star
6

sykube

This repository contains Sykube source and definition file used for Sykube image available on Sylabs Cloud.
Shell
8
star
7

scs-build-client

Go client for the Singularity Container Services (SCS) Build Service
Go
6
star
8

singularityce-community

Documents, meeting minutes, etc. for the SingularityCE community.
6
star
9

scs-library-client

Go client for the Singularity Container Services (SCS) Container Library Service
Go
4
star
10

json-resp

Marshall and unmarshall response data and errors in JSON format.
Go
4
star
11

singularity-admindocs

Admin documentation for SingularityCE
Python
3
star
12

scs-key-client

Go client for the Singularity Container Services (SCS) Key Service
Go
3
star
13

arch-scheduler

K8s SIF arch based scheduler extender
Go
3
star
14

SyADFS

Sylabs' Application-level Distributed File System
Go
2
star
15

oci-tools

Go module for working with OCI container images.
Go
2
star
16

fuzzball-service

Programmatic management of high performance compute resources.
Go
2
star
17

singularity-cri-userdocs

user documentation for the kubernetes singularity cri shim!
Batchfile
1
star
18

vagrant-boxes

Ruby
1
star
19

buildenv

Docker build environment for singularity
Shell
1
star
20

fuzzctl

CLI for Fuzzball, enabling management of high performance compute workflows.
Go
1
star
21

fuzzball-agent

Fuzzball Agent daemon, enabling programmatic management of high performance compute resources.
Go
1
star
22

image-tools

Go
1
star