All Projects → sylabs → Singularity Cri

sylabs / Singularity Cri

Licence: apache-2.0
The Singularity implementation of the Kubernetes Container Runtime Interface

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Singularity Cri

Singularity
Singularity: Application containers for Linux
Stars: ✭ 2,290 (+2260.82%)
Mutual labels:  hpc, containers
Shifter
Shifter - Linux Containers for HPC
Stars: ✭ 308 (+217.53%)
Mutual labels:  hpc, containers
Batch Shipyard
Simplify HPC and Batch workloads on Azure
Stars: ✭ 240 (+147.42%)
Mutual labels:  hpc, containers
Cromwell
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
Stars: ✭ 655 (+575.26%)
Mutual labels:  hpc, containers
Hpc Container Maker
HPC Container Maker
Stars: ✭ 260 (+168.04%)
Mutual labels:  hpc, containers
Udocker
A basic user tool to execute simple docker containers in batch or interactive systems without root privileges
Stars: ✭ 802 (+726.8%)
Mutual labels:  hpc, containers
Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (-9.28%)
Mutual labels:  containers
Gke Bazel Demo
Building applications with bazel and deploying them on to GKE. This demo contains a java-spring-boot rest service and an angular front-end. Both containers are deployed on GKE.
Stars: ✭ 92 (-5.15%)
Mutual labels:  containers
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-9.28%)
Mutual labels:  containers
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-12.37%)
Mutual labels:  hpc
Faasd
A lightweight & portable faas engine
Stars: ✭ 1,330 (+1271.13%)
Mutual labels:  containers
Off
OFF, Open source Finite volume Fluid dynamics code
Stars: ✭ 93 (-4.12%)
Mutual labels:  hpc
Bitnami Docker Airflow
Bitnami Docker Image for Apache Airflow
Stars: ✭ 89 (-8.25%)
Mutual labels:  containers
Copilot Cli
The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on Amazon ECS and AWS Fargate.
Stars: ✭ 1,285 (+1224.74%)
Mutual labels:  containers
Shenfun
High performance computational platform in Python for the spectral Galerkin method
Stars: ✭ 92 (-5.15%)
Mutual labels:  hpc
Gameon Java Microservices On Kubernetes
This code demonstrates deployment of a Microservices based application Game On! on to Kubernetes cluster. Game On! is a throwback text-based adventure built to help you explore microservice architectures and related concepts.
Stars: ✭ 88 (-9.28%)
Mutual labels:  containers
Bitnami Docker Testlink
Bitnami Docker Image for TestLink
Stars: ✭ 95 (-2.06%)
Mutual labels:  containers
Ubiquity
Ubiquity
Stars: ✭ 86 (-11.34%)
Mutual labels:  containers
Falco Security Workshop
Container Security Workshop covering using Falco on Kubernetes.
Stars: ✭ 91 (-6.19%)
Mutual labels:  containers
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-4.12%)
Mutual labels:  containers

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].